# node-todolist-v1 **Repository Path**: johnkuo/node-todolist-v1 ## Basic Information - **Project Name**: node-todolist-v1 - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-todolist-v1 ## 工作流程 1. git pull --rebase 2. coding 3. git status 4. git add -p | filename | . 5. git status 6. git commit -m 'commit msg' 7. git push 8. git pull --rebase 9. git push ## 运行nodejs项目 1. clone到本地 2. npm install # 安装依赖 3. npm run *** # 运行命令 ``` GET /posts GET /posts/1 POST /posts PUT /posts/1 PATCH /posts/1 DELETE /posts/1 ```