This project is refactor from alming-backend-old.Compared to the old version this version implement a simple orm function library. And alter the route register rule
该项目web框架部分绝大部实现均来自极客兔兔的7-days-golang gee篇。地址gee
get dependences
go mod download
build
go build main.go
Run
linux
./main
Windows
./main.exe
Run without build
go run main.go