Skip to content

urfonline/bartender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bartender

Show attendance system for URF

setup

python3 -m venv env
./env/bin/pip install -r requirements.txt
export FLASK_APP=show_status
./env/bin/flask run