No Description

jack d98a150938 first commit 3 months ago
api d98a150938 first commit 3 months ago
hack d98a150938 first commit 3 months ago
internal d98a150938 first commit 3 months ago
manifest d98a150938 first commit 3 months ago
resource d98a150938 first commit 3 months ago
template d98a150938 first commit 3 months ago
utility d98a150938 first commit 3 months ago
.gitattributes d98a150938 first commit 3 months ago
.gitignore d98a150938 first commit 3 months ago
Makefile d98a150938 first commit 3 months ago
README.MD d98a150938 first commit 3 months ago
go.mod d98a150938 first commit 3 months ago
go.sum d98a150938 first commit 3 months ago
main.go d98a150938 first commit 3 months ago

README.MD

GoFrame Template For SingleRepo

Quick Start:

curl -X POST 127.0.0.1:8000/user/register \ -d "passport=demo001&password=123456&nickname=DemoUser"

curl -X POST http://localhost:8000/user/login \ -H "Content-Type: application/json" \ -d '{"passport":"demo001","password":"123456"}'