Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 835 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 835 Bytes

Task-Manager

An application built with NodeJS and MongoDB (NodeJS Learning)

Feature

  1. Authentication
    • Create, Read, Update, Delete user.
    • Login & Logout from single/multiple endpoint.
  2. Task
    • Create, Read, Update, Delete task.
    • Show all task based on filtering(sort, pagination).
    • Read/Write for owner only.

Postman Setup

  1. Setup postman environment both for dev and production.

  2. Follow config/postmanJS.md for details.

  3. Define dev port at .env file.

  4. For production environment, link the url.

DISCLAIMER

Some API key may be exposed in this public ripo. Note that, these keys are generated on free account / trial. And may not be useable sometimes. (SENDGRID API KEY WILL NOT WORK AS THE ACCOUNT IS SUSPENDED)