File size: 483 Bytes
02b4e96
8c1976c
02b4e96
 
 
 
 
 
 
e8e3c48
02b4e96
e8e3c48
8c1976c
bf98406
8c1976c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf98406
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
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

```bash
cp example.env .env
```

then edit `.env` with required variables

## run with go

```bash
go run .
```

## run with air

```bash
air
```

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

## with docker

```bash
docker compose up --build
```