Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 319 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 319 Bytes

node-todo

Demo Node ToDo App

Installation

npm install

Starting application

npm start

Actions

  1. A user can add, edit and delete todos
  2. Each todo can be marked as complete
  3. Each todo can have one optional file attachments
  4. One person cannot access the todos of another