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
- Host: GitHub
- URL: https://github.com/vysnow/irecycle
- Owner: vysnow
- Created: 2018-05-30T03:58:40.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T07:46:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T00:35:57.673Z (over 1 year ago)
- Topics: gin-gonic, golang, gorm, jwt
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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