An open API service indexing awesome lists of open source software.

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

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)