task-manager-api

This is an API for a Task Manager Application

Getting Started

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.

Prerequisites

  1. Install [Node.js version 10 or greater] (https://nodejs.org/en/download/)
  2. Clone this repository:
git clone https://github.com/SwapnilRSharma/task-manager-api.git

How to run a sample

  1. Change directory to one of the sample folders, e.g. task-manager-api:
cd task-manager-api/
  1. Install the dependencies :
npm install
  1. Run the sample:
npm run start