Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.21 KB

Backend API for task manager app

Features

  • Create, Update, Delete and Get User
  • Login Logout User
  • Send Email
  • Image Upload
  • Create, Update, Delete and Get Task
  • Test Features

Tech & Tools

JavaScript Node Express MongoDB Mongose Visual Studio Code

Clone project

git clone ...
cd task-manager

Install dependencies

npm install

Run server

npm run start

Run dev server

npm run dev

Run test

npm run test
or
node jest