Skip to content

An in memory (NO DATABASE) web application CRUD based RESTful backend for managing personal tasks and notes within a given task.

Notifications You must be signed in to change notification settings

YourAKShaw/task-manager-nodejs

Repository files navigation

node-js-logo

Task Manager

Description

An in memory (NO DATABASE) web application CRUD based RESTful backend for managing personal tasks and notes within a given task.

sample-run-gif

Pre-setup dependencies

  • Git
  • Node.js
  • npm

Setup

HTTPS

git clone https://github.com/Ak-Shaw/task-manager-nodejs.git

SSH

git clone git@github.com:Ak-Shaw/task-manager-nodejs.git

dependencies

npm install

Usage

production

npm start

development

npm run dev

testing

npm run test

Refer API Usage here.

About

An in memory (NO DATABASE) web application CRUD based RESTful backend for managing personal tasks and notes within a given task.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published