Commands

The project includes the following make commands:

  • make start to start the server
  • make test to run the test suite
  • make build to build the project
  • make coverage to run the test suite and generate a coverage report
  • make swagger to generate the swagger documentation

Live Swagger Documentation

The project includes a live swagger documentation that can be accessed at

https://go-sanbox-project.onrender.com/swagger/index.html

each time the repository is pushed to the main branch, the latest version is deployed.