Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 366 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 366 Bytes

Application is made using nodeJs.

How to use

Install all dependencies (testing dependent packages) "npm install"

Install redis server on local "sudo apt install redis-server"

Bring the Redis server up(cache server used for rate limiter) redis-server

Run the main program "npm start" or node server.js

Run all tests cases "npm test test/run.testcases.js"