vit0rr / jub

A CRUD API built using Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A CRUD API built using Golang


Languages

Language:Go 97.9%Language:Makefile 2.1%