Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T08:00:56.000Z (over 5 years ago)
- Last Synced: 2024-06-20T12:43:41.374Z (5 months ago)
- Topics: framework, gin, gin-x, skeleton
- Language: Go
- Homepage: https://github.com/hhxsv5/gin-x
- Size: 14.6 KB
- Stars: 13
- Watchers: 3
- 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
```