Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 595 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 595 Bytes

egg-blog

QuickStart

see egg docs for more detail.

egg / mysql /RESTful API 开发blog系统

相关栈

node / mysql / egg / sequelizejs / redis

本地开发

1.然后找到在config/config.default.js 配置你的数据库环境

$ npm i
$ npm run dev
$ open http://localhost:7071/

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.