Task manager API using Node.js
This repository is contain code of my task manager api that you can signup your account to create, read, update and delete your task through the app. This project is the part of The Complete Node.js Developer Course by Andrew Mead on Udemy.
Visit Live Site
Install node modules.
npm install
Run this app in devlopment mode with command below and navigate to http://localhost:3000 to see the app.
npm run dev
Happy Hacking!