- Sadi Nirloy (PM, Database)
- Emily Ortiz (API)
- Gabriel Thompson (Bootstrap)
- Thomas Zhang (Flask)
We have developed website designed to help someone find things to do and places to go during a layover in between flights. A user inputs their airport/airport code, layover start time, and layover end time. Our site displays a list of businesses, hotels, and restaurants that the user could to during the specified layover. Users also have the ability to upvote and downvote the locations displayed.
git clone git@github.com:SNirloy/p1_api.git
cd p1_api
pip install requirements.txt
cd app
python __init__.py
Copy the resulting link into the URL of the browser of your choice.
http://127.0.0.1:5000