Skip to content

PEDx/blog_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog_server

Golang server (base Gin & React )

Sample

编辑器


Sample

中文排版


Sample

英文排版


Sample

# get
curl -X GET  "http://127.0.0.1:8000/api/v1/tag"
# post
curl -X POST -H "Content-Type: application/json" "http://127.0.0.1:8000/api/v1/user" -d '{"username":"ped","password": "123456"}'
# put
curl -X PUT -H "Content-Type: application/json"  "http://127.0.0.1:8000/api/v1/tag/1" -d '{"username":"ped","password": "123456"}'
# delete
curl -X DELETE  "http://127.0.0.1:8000/api/v1/tag/1"

About

Golang Server (base Gin & React )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors