A database of restaurants in the same price range as fast food. Made for the Spring 2023-2024 IDP at the California Academy of Math and Science.
Make sure you have Python 3 installed.
Create a terminal in the directory JJARQK Hunt is located in. Then, make a virtual environment and activate it.
python3 -m venv .venv
source .venv/bin/activate
For Windows:
py -m venv .venv
.venv\Scripts\activate
Now install the required packages.
pip install -r requirements.txt
Before running, place all required secrets into /secrets. Check /secrets/README.md for more info.
After doing this, run getImage.py
in /pyscripts
.
Now, run the script using:
flask run
or use debug mode.
flask run --debug
This should open a development server and display an IP Address. Navigate to this IP address to view JJARQK Hunt
Full documentation is found on the wiki.