https://github.com/zhan3333/gongfu
常武功夫公众号前后端 / Angular / Golang
https://github.com/zhan3333/gongfu
Last synced: about 1 year ago
JSON representation
常武功夫公众号前后端 / Angular / Golang
- Host: GitHub
- URL: https://github.com/zhan3333/gongfu
- Owner: zhan3333
- License: mit
- Created: 2022-09-19T03:10:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T14:53:38.000Z (over 1 year ago)
- Last Synced: 2025-04-13T22:57:40.242Z (about 1 year ago)
- Language: TypeScript
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gongfu
Kungfu Wechat public account Frontend and Backend end integration, including the following components:
- Front-End: Angular(v16.1)、Material
- Back-End: Golang(v1.20)、Gin、Redis、JWT、MySQL
Using the Gin static files proxy Angular html, the Golang section takes a domain-driven model development approach.
## Quick start
Backend:
```shell
$ git clone
$ cd gongfu/server
$ cp config/dev.toml config/local.toml
$ go run cmd/main.go --config=config/local.toml
```
Frontend:
```shell
$ cd gongfu/web
$ yarn run start
```
Than access `http://localhost:4200` to see the web side.
## Config file
- Backend: `gongfu/server/config/default.toml`
- Frontend: `gongfu/web/src/environments/environment.ts`
## Want to help?
Create a issue or pull request.