https://github.com/mss-boot-io/template-admin
import mss-boot-admin template
https://github.com/mss-boot-io/template-admin
Last synced: about 2 months ago
JSON representation
import mss-boot-admin template
- Host: GitHub
- URL: https://github.com/mss-boot-io/template-admin
- Owner: mss-boot-io
- Created: 2024-07-15T13:02:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T01:34:13.000Z (3 months ago)
- Last Synced: 2025-02-26T02:29:50.049Z (3 months ago)
- Language: Go
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template admin
## 快速启动(linux/mac)
```shell
make generate
go run . migrate
go run . server
```