Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vit0rr/jub

A CRUD API built using Golang
https://github.com/vit0rr/jub

api crud gin go-gin golang goorm sqlite swagger

Last synced: 3 months ago
JSON representation

A CRUD API built using Golang

Awesome Lists containing this project

README

        

# 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
```bash
git clone https://github.com/vit0rr/jub
cd jub
go mod download
go build
./main
```

This project also includes a makefile commands.

```bash
make run
```
```bash
make run-with-docs
```

Follow the file for more information.