This is a API built using Golang. The API is powered by Go-Gin as a router, GoORM for database communication, SQLite as the database, and Swagger for API documentation and testing.
git clone https://github.com/vit0rr/jub
cd jub
go mod download
go build
./main
This project also includes a makefile commands.
make run
make run-with-docs
Follow the file for more information.