Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 449 Bytes

A Simple ToDo List

A small NodeJS, MongoDB, Express, Jade, Ajax and BootStrap - JavaScript ToDo list project.

Includes:

  • Add (POST) Todo's to a mongoDB
  • Update (PUT) Todo's in the mongoDB
  • Toggle Active/Completed State (PUT) of Todo's in the mongoDB
  • Remove (DELETE) Todo's from the mongoDB

Server Side Sanitation with the NodeJS Validator (https://github.com/chriso/validator.js)

Jade Template Engine / CSS BootStrap (Responsive)