Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vit0rr/jub
- Owner: vit0rr
- Created: 2023-06-07T18:58:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-08T00:29:49.000Z (over 1 year ago)
- Last Synced: 2024-10-03T08:47:49.315Z (4 months ago)
- Topics: api, crud, gin, go-gin, golang, goorm, sqlite, swagger
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.