项目说明 此项目为react培训的todolist应用提供后端接口。 项目启动方法 请确保已提前安装mysql git clone https://github.com/youngwind/todo-backend.git cd todo-backend & npm install cp ./common/config.example.js ./common/config.js npm run sync // 同步数据库 npm run start // 启动node服务