- Create
.env
file - Create env dependent files (depend on your env)
.env.release
.env.debug
(for development).env.test
- Add values from
.env.example
(env dependent variables eg.DB_NAME
must be added to each dependent env file)
This project using air
for hot reloading and goreman
to have nice terminal colors and process separations.
make build-dependencies
make start-dev
To visit app locally: localhost:8080
Check Postman collection for API endpoints detail.
npm run build
make test
This project is created to complete Web Certification Path using Golang at Nimble