Skip to content

matthew-wy/340-sql-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  • Create a .env file in the root folder the-recursive-queries
  • Add the database credentials (shared separately) to the .env file
  • 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/

About

CS340 Class Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jinja 61.0%
  • Python 35.1%
  • HTML 2.0%
  • CSS 1.6%
  • Other 0.3%