https://github.com/linzhengen/gin-admin-with-frontend-sample
A gin-admin with frontend sample Project
https://github.com/linzhengen/gin-admin-with-frontend-sample
gin-admin gin-gonic golang react
Last synced: 6 months ago
JSON representation
A gin-admin with frontend sample Project
- Host: GitHub
- URL: https://github.com/linzhengen/gin-admin-with-frontend-sample
- Owner: linzhengen
- License: mit
- Created: 2019-10-06T15:26:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T03:25:36.000Z (over 2 years ago)
- Last Synced: 2025-03-24T08:42:05.436Z (7 months ago)
- Topics: gin-admin, gin-gonic, golang, react
- Language: Go
- Homepage: gin-admin-with-frontend-sample-linzhengen.vercel.app
- Size: 9.34 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gin-admin-with-frontend-sample
`gin-admin-cli new -d ./gin-admin-with-frontend-sample -w`で作成したものです
画面表示を日本語化しています
![]()
### フロントエンド起動
```bash
$ cd gin-admin-with-frontend-sample/web
$ yarn install
$ yarn start
```### バックエンド起動
```bash
$ cd gin-admin-with-frontend-sample
$ make start
```### 初期ログインID
+ ID: root
+ PW: abc-123### リンク
+ [https://github.com/LyricTian/gin-admin](https://github.com/LyricTian/gin-admin)
+ [https://github.com/LyricTian/gin-admin-react](https://github.com/LyricTian/gin-admin-react)
+ [https://github.com/LyricTian/gin-admin-cli](https://github.com/LyricTian/gin-admin-cli)