https://github.com/hdt3213/go-gin-demo
A Web Backend Demo
https://github.com/hdt3213/go-gin-demo
Last synced: about 1 month ago
JSON representation
A Web Backend Demo
- Host: GitHub
- URL: https://github.com/hdt3213/go-gin-demo
- Owner: HDT3213
- License: gpl-3.0
- Created: 2019-03-19T11:25:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T12:10:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T13:27:20.360Z (3 months ago)
- Language: Go
- Homepage:
- Size: 1.89 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A web backend demo powered by go-gin
You can register, post text and follow others in this app, all your posts will be push into your followers timeline
it requires:
- mysql (required)
- redis (required)
- rabbitmq (optional, fall back to goroutine)
- zookeeper (optional, necessary for canal)please read and edit `config.yml` to make them work properly.