This is an API for a Task Manager Application
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Install [Node.js version 10 or greater] (https://nodejs.org/en/download/)
- Clone this repository:
git clone https://github.com/SwapnilRSharma/task-manager-api.git
- Change directory to one of the sample folders, e.g. task-manager-api:
cd task-manager-api/
- Install the dependencies :
npm install
- Run the sample:
npm run start