- Demo video (by Srajan Dube): https://youtu.be/-uJTQd3eYrM
- Running site (by Vinnie Khanna): https://county-recommender.azurewebsites.net/
- Clone the GitHub repository:
git clone https://github.com/mknilesh/CS6220Workspace
cd CS6220WORKSPACE/backend/src
pip install -r requirements.txt
- if you get some dependency errors ignore them for nowpython application.py
- starts Flask server.
- open new terminal
cd CS6220WORKSPACE/frontend
npm install
npm run start
- starts up frontend at localhost:3000.
Everyone will need to make a credential file locally for firebase since it doesn't belong in version control. Just go to the project > settings > service accounts > generate new private key. Rename the downloaded file to firebase-secrets.json
and move it to the backend/src
directory.