We use gin for the web server
make dev
Verify the server is running by
curl http://localhost:8000/ping
Before committing the code, run format and linter first and fix the issues:
make format
make lint
We use gin for the web server
make dev
Verify the server is running by
curl http://localhost:8000/ping
Before committing the code, run format and linter first and fix the issues:
make format
make lint