https://github.com/hhxsv5/gin-x-skeleton
The skeleton for Gin-X framework.
https://github.com/hhxsv5/gin-x-skeleton
framework gin gin-x skeleton
Last synced: 6 months ago
JSON representation
The skeleton for Gin-X framework.
- Host: GitHub
- URL: https://github.com/hhxsv5/gin-x-skeleton
- Owner: hhxsv5
- License: mit
- Created: 2017-07-07T05:57:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T08:00:56.000Z (over 6 years ago)
- Last Synced: 2025-04-12T13:13:40.320Z (6 months ago)
- Topics: framework, gin, gin-x, skeleton
- Language: Go
- Homepage: https://github.com/hhxsv5/gin-x
- Size: 14.6 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The skeleton for [Gin-X](https://github.com/hhxsv5/gin-x) framework.
# Usage
1.Copy this project into your project.
2.Copy config.toml.example into config.toml.
3.Start Http Server.
```bash
# http://127.0.0.1:8000 && http://127.0.0.1:5200
./build-debug.sh# OR
# http://127.0.0.1:5200
go run main.go
```