Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 327 Bytes

<1> Install npm on your system.

<2> Install node.js on your system

<3> Get inside the project directory then run npm install ( npm will install dependancies ).

<4> install redis server on Ubuntu machine with the following command sudo apt-get install redis-server

<5> Start application server by running node bin/www