- You should have Python Environment before install flask-starter app
- python3
- virtualenv
- pip3
Mac OS
brew install python3
pip3 install virtualenvUbuntu
sudo apt-get install -y python3 python3-pip python3-virtualenv- Checkout Project
cd ~/your/path
git clone git@github.com:kienphan/flask-starter.git- Go to inside Project and install
cd ~/your/path/flask-starter
virtualenv venv
cp .env.example .env
source .env- Install Flask
pip3 install flask- Execute
run.pyto run
$ python3 run.py
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 118-513-369