Skip to content

This project is a node.js REST API backend for a todo application. A todo app is used to schedule tasks and reminders. It implements Json Web Token (JWT) authentication and authorization and uses MongoDB for data storage.

Notifications You must be signed in to change notification settings

simon-saliba/todoListAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoListAPI

This project is designed to create a Restful API backend for a todolist application : Scheduling tasks, alarms and homeworks.

Features: -Multiuser -CRUD model -Authentication using JWT: Json Web Tokens -Authorization

Authentication: No client can consume the API if he's not already registered and given a token. Authorization: Client can only see his own tasks scheduled.

After authentication, the received token must be placed in a header named Authorization.

About

This project is a node.js REST API backend for a todo application. A todo app is used to schedule tasks and reminders. It implements Json Web Token (JWT) authentication and authorization and uses MongoDB for data storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published