Skip to content

langaracpsc/findblahaj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Blahaj

An ARG to accompany Langara Hacks

Quit looking at the source, there are no secrets here ^-^

To run:

  • clone the project
  • python -m venv venv
  • venv/scripts/activate
  • pip install -r requirements.txt

in dev

  • flask --app main.py --debug run

in prod:

  • python main.py (this uses waitress as a webserver)