Skip to content

基于Gin + Ant Design Pro的前后端分离管理系统的后端模块

License

Notifications You must be signed in to change notification settings

feihua/simple-go

Repository files navigation

基于Gin + Ant Design Pro的前后端分离管理系统

快速启动

1.下载代码

git clone https://github.com/feihua/simple-go.git

2.修改配置

vim config/app.ini

[mysql]
host = 127.0.0.1
port = 3306
database = simple-go
username = root
password = 123456

3.启动

make && make restart

4.验证

curl -X POST \
     -H "Content-Type: application/json" \
     -d '{
             "mobile": "18613030352",
             "password": "123456"
         }' \
     "{{host}}:6677/api/user/login"

请将{{host}}替换为实际的服务器主机地址或域名。这段cURL命令执行

About

基于Gin + Ant Design Pro的前后端分离管理系统的后端模块

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published