###Prepare Development
mkdir ~/development cd ~/development
git clone https://github.com/iFunnyMan520/development.git
python3.7 -m venv proj1 cd proj1
source bin/active
pip install -r requirements.txt
###Development
# Run server on http://localhost:5000/
python main.py
# Create database
python script.py