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.git
SSH
git clone [email protected]:Ak-Shaw/task-manager-nodejs.git
dependencies
npm install
production
npm start
development
npm run dev
testing
npm run test
Refer API Usage here.