For window user
Local Environment Setup for The Node.js Runtime
1.Download the latest nodejs version from https://nodejs.org/en/.
-
Run the node-v8.0.0-x64.ms file and follow the prompts to install the Node.js. By default, the installer uses the Node.js distribution in C:\Program Files\nodejs. Restart any open command prompts for the change to take effect.
-
Clone the project, Open cmd, go to project path directory and run the following command.
npm install
it will take time let the whole process complete after successfully module installation run the next command.
- -> node app.js
This will start the server on port 3000, now open the chrome browser and brows the http://localhost:.
5 You will able to see login screen, first register your self by clicking “Register a new membership” link.
6 On Register page enter your details then click on Register button, this will take 3 to 4 sec.
-
login userself through your registered email address and password.
-
On Dashboard page you can edit your profile image or details by clicking on profile button inside your name tag.
-
Logout yourself.