Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 664 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 664 Bytes

Task Manager API

Task manager API using Node.js

Getting Started

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

Installing

Install node modules.

npm install

Running the App

Run this app in devlopment mode with command below and navigate to http://localhost:3000 to see the app.

npm run dev

Happy Hacking!