To start the project : First make sure you have node,mongodb and other packages installed in your desktop
-
Fork this repo, and move to directory where project is saved in your terminal.
-
Type npm install as to install all the node modules and packages required for the project.
-
Type cd backend, then npm install again to download all the backend packages.
-
To start your server in your backend folder,first in new terminal window start MongoDb exceution environment by typing (mongod) then type (nodemon server.js) this will start your server.
-
Now move back to the root folder of the project and type (npm start) this will start react script and open up the browser window with frontend running on it.