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

https://github.com/vysnow/irecycle

Go-Gin-Gorm starter
https://github.com/vysnow/irecycle

gin-gonic golang gorm jwt

Last synced: about 2 months ago
JSON representation

Go-Gin-Gorm starter

Awesome Lists containing this project

README

          

# iRecycle(iMego)

## What is it?
This is a launch project built in Go and Gin and Gorm.

It shows the basic use of Go/Gin RESTful API architecture, utilising JWT for authentication.

## Setup
1. setup the database config in `config/config.yaml`
2. build and run
```
go run .
```

## Some Tips
This is an illustration of Go and Gin. There's a long way to go to make it big.

So, sow a seed!

## Server Requirements
- Golang 1.17+
- Gin 1.7.4
- Gorm 1.22.2

## Todos
To make it big, there's frontend and backend works to do:
- [ ] achieve a simple CMS framework, which is plugin-able
- [ ] dockerize it
- [ ] portable for microservice component