Skip to content

vit0rr/jub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.