保罗 API NodeJS 版
Go to file
奇趣保罗 2f09fcabe4 Feat: AuthRouter & CleanNeteaseCache API
前端增加限制访问的路由,后端调整鉴权接口,增加清除网易云缓存接口
2022-05-06 23:10:16 +08:00
prisma Feat: AuthRouter & CleanNeteaseCache API 2022-05-06 23:10:16 +08:00
public Feat: Add Passport + JWT 2022-05-03 02:02:57 +08:00
src Feat: AuthRouter & CleanNeteaseCache API 2022-05-06 23:10:16 +08:00
.env Fix: Redis Service 2022-04-20 02:44:34 +08:00
.gitignore Init: With Starter Template 2022-04-09 21:29:54 +08:00
README.md Init: With Starter Template 2022-04-09 21:29:54 +08:00
index.html Feat: Add Frontend Pages 2022-04-13 23:28:50 +08:00
midway.config.ts Feat: Add ACGM API 2022-04-23 01:36:02 +08:00
package.json Feat: Add Passport + JWT 2022-05-03 02:02:57 +08:00
tsconfig.json Chore: DB Config 2022-04-12 23:39:52 +08:00
yarn.lock Fix: Redis Service 2022-04-20 02:44:34 +08:00

README.md

hooks-react-starter

Use this template:

npx degit https://github.com/midwayjs/hooks/examples/react ./hooks-app

Use npm install to install the dependencies

Commands

  • npm run dev: Starts the development server
  • npm run build: Builds the application for production
  • npm run start: Runs the application in production mode

File Structure

  • src: source code, include backend and frontend
    • api: backend code
    • others: frontend code
  • public: static files
  • midway.config.ts: project config
  • index.html: entry file