Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auspham/crud-todolist
https://github.com/auspham/crud-todolist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/auspham/crud-todolist
- Owner: auspham
- Created: 2019-01-27T04:03:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T14:23:08.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T05:49:59.472Z (2 months ago)
- Language: HTML
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-Todolist
Replace mlab url by your own database.
In terminal run
```bash
npm install
```Deployment:
```bash
node server.js
```Development:
```bash
npm run dev
```