Skip to content

Tonnieboy300/jjarqkhunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JJARQK Hunt

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.

Installation

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

Usage

Full documentation is found on the wiki.

About

A simple database of cheap restaurants in the LA region.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published