https://github.com/konjoinfinity/todoexpress
Express To-Do CRUD Example
https://github.com/konjoinfinity/todoexpress
Last synced: 4 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T23:22:40.000Z (over 2 years ago)
- Last Synced: 2025-01-11T18:47:29.206Z (5 months ago)
- Language: JavaScript
- Size: 3.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# To Do App
## Bronze (MVP)
- Items
- Name
- Description
- StatusCRUD
## Silver
## Gold
Models:
- List
- Name
- ItemsCreate Read Update Delete
- Item
- Description
- Status (complete/incomplete)Create Read Update Delete