- Clone/fork the repository
- Cd into project directory and 'npm install' in the cmd.
npm install
To run the app locally, you will need to do the following:
- Run an instance of mogoDB on the cmd.
mongod // windows
sudo mongod // linux based systems
- On a separate cmd terminal window, cd into project directory and run the server.
node server.js
- Make sure you have .env file with app variables(unavailable on git).
- Open localhost:8000 on your browser.