An open API service indexing awesome lists of open source software.

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

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