https://github.com/konjoinfinity/todoexpress
Express To-Do CRUD Example
https://github.com/konjoinfinity/todoexpress
Last synced: 6 months ago
JSON representation
Express To-Do CRUD Example
- Host: GitHub
- URL: https://github.com/konjoinfinity/todoexpress
- Owner: konjoinfinity
- Created: 2019-06-20T16:06:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T23:22:40.000Z (over 3 years ago)
- Last Synced: 2025-06-05T14:41:57.491Z (about 1 year ago)
- Language: JavaScript
- Size: 3.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# To Do App
## Bronze (MVP)
- Items
- Name
- Description
- Status
CRUD
## Silver
## Gold
Models:
- List
- Name
- Items
Create Read Update Delete
- Item
- Description
- Status (complete/incomplete)
Create Read Update Delete