/task-manager

A task managing app built on Node.js

Primary LanguageJavaScript

Task Manager App

A task managing app built on Node.js framework.

Installation

  1. Clone or download the repository.
  2. Install all the dependencies using the following command.
    npm install

Usage

  1. Run the application using the following command.
    npm run start
    Or you can test the application using the following command.
    npm run test