An open API service indexing awesome lists of open source software.

https://github.com/youngwind/todo-backend

react todolist的后端项目
https://github.com/youngwind/todo-backend

Last synced: 23 days ago
JSON representation

react todolist的后端项目

Awesome Lists containing this project

README

          

# 项目说明
此项目为react培训的todolist应用提供后端接口。

# 项目启动方法
**请确保已提前安装mysql**

1. git clone https://github.com/youngwind/todo-backend.git
2. cd todo-backend & npm install
3. cp ./common/config.example.js ./common/config.js
4. npm run sync // 同步数据库
5. npm run start // 启动node服务