- Samantha (PM): API (collecting API data, formatting it, etc.)
- Gitae: Database (managing/storing API data, user data)
- Vivian: HTML/CSS/Bootstrap (visuals, displaying elements)
- Diana: Flask (dabbling in all of the parts and tying them together)
You have to make an account to access the goodness inside our website. Once logged in, you are presented with two random NBA players that will attempt a relationship with one another. You can "refresh" these players and get a new random player until you are satisfied. Then, one player will buy something to give to the other. The gift recipient will either enjoy or hate the gift. The compatibility of the two players will be judged. If they are deemed a successful couple, they will schedule a date to see a NFL game together.
- Clone our repo:
- HTTPS:
git clone https://github.com/samanthahuaa/GarlicFries.git
- SSH:
git clone git@github.com:samanthahuaa/GarlicFries.git
- HTTPS:
- In the command line, install flask by typing
pip3 install flask
- In the command line, install all of the required packages
pip3 install -r requirements.txt
- To launch our site, run
cd app
andpython3 __init__.py
- To see our site, go to http://127.0.0.1:5000 in your web browser