Project directory

  1. API interface file
  2. AddminWeb indicates the background management interface
  3. FrontWeb Front-end interface
  4. 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.