Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 415 Bytes

Metis

aka BruinHub Backend

######Currently at https://guarded-hamlet-49460.herokuapp.com/

###To Run Server

  1. Clone this repo
  2. cd into the directory and run pm install
  3. create .env and set MONGODB_URI
  4. node ndex.js will start the server

###To Run Python Code

  1. A virtualenvironment is recommended
  2. cd into the python directory
  3. run pip install -r requirements.txt
  4. Now you can run the scripts