Tasks management API - NodeJS
Go to http://localhost:5000/api-docs
-
You need
Node.js(at least 12.x version) installed on your machine, if you don't have it, you should install it - download link -
You need
Redisinstalled on your machine, if you don't have it, you should install it - download link -
Clone the project from github or download the archive
git clone https://github.com/jiben22/api-tasks-manager -
cdto your downloaded Tasks management API -
Install necessary dependencies:
- Via node
npmpackage manager - Runnpm installon the project root
- Via node
npm run start
