- Create a
.envfile in the root folderthe-recursive-queries - Add the database credentials (shared separately) to the
.envfile - If not already installed, run
pip install virtualenv - Create a virtual environment by running
virtualenv trc-env - Start the virtual environment by running
source trc-env/bin/activate - Install dependencies by running
pip install -r requirements.txt - Start the flask app by running
flask run --debug - View the app locally at
http://127.0.0.1:5000/
matthew-wy/340-sql-app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- Jinja 61.0%
- Python 35.1%
- HTML 2.0%
- CSS 1.6%
- Other 0.3%