Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```