https://github.com/s-me/todo-list
a little todo list app tutorial
https://github.com/s-me/todo-list
Last synced: 5 months ago
JSON representation
a little todo list app tutorial
- Host: GitHub
- URL: https://github.com/s-me/todo-list
- Owner: S-Me
- Created: 2019-01-17T22:50:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T20:14:18.000Z (over 7 years ago)
- Last Synced: 2024-06-20T23:44:57.757Z (almost 2 years ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a little todo application
1) init npm
2) install packages:
npm install express -save
npm install ejs -save
npm install body-parser
npm install mongoos