- A laboratory for experimenting with Go.
# API URL.
http://localhost:11000/api
# Health check route.
GET /health
- Create a
.env
file.
# Environment variables.
PORT=11000
- Run the following commands below.
# Run the run script in makefile.
make run