https://github.com/youngwind/todo-backend
react todolist的后端项目
https://github.com/youngwind/todo-backend
Last synced: 23 days ago
JSON representation
react todolist的后端项目
- Host: GitHub
- URL: https://github.com/youngwind/todo-backend
- Owner: youngwind
- Created: 2016-03-29T08:29:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T05:35:10.000Z (over 10 years ago)
- Last Synced: 2025-03-27T12:27:19.568Z (over 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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服务