Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Todo-API with AngularJS Front End

This project is an opportunity to gain experience with NodeJS, ExpressJS and AngularJS.

API

  • Development built on a sqlite3 database
  • Production hosted on Heroku using postgresql database
GET /api/todos
  • GET All /api/todos
  • GET Completed/Incomplete /api/todos?complete=true/false
  • GET by ID /api/todos/:id
POST /api/todos
  • Data { Descripiton: "todo descripiton", Completed: true/false, CreatedAt: date will automatically be timestamped }
PATCH /api/todos/:id
  • DataType: application/json
  • Data { Descripiton: "todo descripiton", Completed: true/false, UpdatedAt: date will automatically be timestamped }
DELETE /api/todos/:id

Resources

Live example

GitHub Repo

Udemy Learn AngularJS

##License The content is licensed under the MIT license

About

NodeJS todo API with Angular SPA

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages