BU Personal Dining webapp - a BostonHacks 2022 project
Winner of Best College Life Hack side track
https://devpost.com/software/bu-personal-dining
Wondering what's on the plate of the dining halls? We got you covered! BU Personal Dining does not just provides you the menu, it recommends you food from your previous preferences too!
Steps to run
- Run
pip install -r 'requirements.txt'
- Go to backend\util\ and run requestapi.py to get the data for the specific dining hall and date for testing
- Run routes.py
- Open a new terminal, cd to frontend
- Run
npm install
, make sure that you already have node.js installed - Run
npm run dev
- Open the link provided