Kashragon beta

Setting up

  1. Clone/fork the repository
  2. Cd into project directory and 'npm install' in the cmd.
npm install

Running the app

To run the app locally, you will need to do the following:

  1. Run an instance of mogoDB on the cmd.
mongod // windows
sudo mongod // linux based systems
  1. On a separate cmd terminal window, cd into project directory and run the server.
node server.js 
  1. Make sure you have .env file with app variables(unavailable on git).
  2. Open localhost:8000 on your browser.