Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 321 Bytes

File metadata and controls

16 lines (15 loc) · 321 Bytes

###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