This is a basic API made with go.
This project requires
go1.23+,nodeandmake.
To run the development server, install air and pino-pretty for code reload and better log visualization:
go install github.com/air-verse/air@latest; npm i -g pino-prettynpm i -g pino-prettyThen, you can start the development server with the command make dev.
- Start develpment server:
make dev- Run integration tests:
make test-integration- Clear temp files:
make clear- Build the application:
make build- Start the production server (you must generate a valid build before):
make start