Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 435 Bytes

Jub

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.

How to run

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.