- Project Manager: Pak Ming Lau (plau10)
- Getting movie data from TheMovieDB based on genres or a query
- Getting movie reviews from the NYTimes or from cached data in the database
- Ryan Ma (rma10)
- Getting recipes from Edamam or from cached data in the database
- Renee Mui (rmui10)
- Getting restaurants from Yelp based off zipcodes or cached data in the database
- Victoria Gao (vgao10)
- Displaying data received from the APIs and styling them, making our website look nice.
Ever had a hard time deciding what movie to watch during movie night? Well say no more, Pulse+ will show you movies given genres or a query, and also show nearby restaurants. If you feel like cooking, you can even search for recipes!
- Clone this repo:
git clone https://github.com/pak-plau/PulsePlus_v2.git
- Go to the folder containing the app:
cd PulsePlus_v2
- Install the required modules:
pip install -r requirements.txt
- Make and store the required API keys according to the readme in the keys folder.
- Go into the app folder:
cd app
- Run the python file:
python __init__.py