This project is an opportunity to gain experience with NodeJS, ExpressJS and AngularJS.
- Development built on a sqlite3 database
- Production hosted on Heroku using postgresql database
- GET All
/api/todos - GET Completed/Incomplete
/api/todos?complete=true/false - GET by ID
/api/todos/:id
- Data { Descripiton: "todo descripiton", Completed: true/false, CreatedAt: date will automatically be timestamped }
- DataType: application/json
- Data { Descripiton: "todo descripiton", Completed: true/false, UpdatedAt: date will automatically be timestamped }
##License The content is licensed under the MIT license