demo backend in go for nodo.xyz
- Make sure to fill in
.env
file with the correct values - Installed Go
- Installed Make
- Installed Docker & Docker Compose
make get
make docs
http://localhost:8080/docs/index.html
First start the database in docker by calling :
make docker
make migrate
make run
make test