niyam-api / README.md
axyut
url change
8c1976c
metadata
title: Niyam API
emoji: 🦀
colorFrom: blue
colorTo: pink
sdk: docker
pinned: false

niyamAPI

System for the Niyam project. https://axyut-niyam-api.hf.space/docs

Setup

env setup

cp example.env .env

then edit .env with required variables

run with go

go run .

run with air

air

if you do not have air, install with, go install github.com/air-verse/air@latest

with docker

docker compose up --build