For making request or adding item to barter a user need to be signUp/login as a non-volunteer. Volunteer cannot make request and add items.
| For testing purpose the dummy data used is : |
|---|
| Non-Volunteer: |
| Email:abc@gmail.com |
| Password:123 |
| Volunteer: |
| Email:volunteer@gmail.com |
| Password:123 |
-
Open the windows terminal cmd or open the code with any code editor like vs-code with its terminal.
-
Then go to the directory where the project is located i.e into the NeigbhourHood. (From the above point we mean that go into the folder Homly.space by using cd VikeHack-2020/Homly.space or cd Homly.space)
-
Then type npm install (to install the dependencies) in terminal.
-
Then type node index.js in terminal
-
When "server started" logged in the console then it means server started at port 3000
-
Open the browser and type localhost:3000
-
Project will get open.