An in memory (NO DATABASE) web application CRUD based RESTful backend for managing personal tasks and notes within a given task.
- Git
- Node.js
- npm
HTTPS
git clone https://github.com/Ak-Shaw/task-manager-nodejs.gitSSH
git clone [email protected]:Ak-Shaw/task-manager-nodejs.gitdependencies
npm installproduction
npm startdevelopment
npm run devtesting
npm run testRefer API Usage here.
