Application for Bolumbia Gym
Team member: Zheyan Liu, Zhuolun Huang
clone repo and change directory
git clone 'https://github.com/zheyanliu99/Bolumbia_gym.git'
cd Bolumbia_gym
install required packages
pip install -r requirements.txt
change directory to run server.py
cd flaskr
debug mode
python server.py --debug
Normal mode
python server.py