anilmkadam / task-manager-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task-manager-api

API routes

  1. User Api
    • create user profile
    • update user profile
    • delete user profile
    • login using email and password
    • logout & logout all sessions
    • get profile
  2. Task Api
    • create task
    • get all task
    • update/complete task
    • delete task

Tools and Techonology

  • node js
  • express
  • mongoDB
  • mongoose
  • bcryptjs
  • jsonwebtoken (JWT)

About


Languages

Language:JavaScript 100.0%