Açıklama Yok

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

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