Sen descrición

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

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