Project directory
- API interface file
- AddminWeb indicates the background management interface
- FrontWeb Front-end interface
- Config SQL file, interface file
API
Run locally
go run main.go
Copy the code
Gin is used to do background API services.
AddminWeb
Run locally
yarn start
Copy the code
Build with Ant Design Umi TypeScript React Hooks, now supports view, create, and edit articles.
FrontWeb
Run locally
yarn dev
Copy the code
Using Ant Design Next. Js TypeScript React Hooks, now supports article viewing, mobile adaptation.
The follow-up plan
According to their own plans, the follow-up will add front-end learning roadmap, and then common code libraries, front-end widgets and other functions, welcome to Github daqianduanshuoweb fork, like, or you can create more functions on my basis, welcome to exchange.