暂无描述

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

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"}'