git clone https://github.com/jin-sung/plant-db.git
cd plant-db
- start dev environment by
python -m venv myenv
pip install -r requirements.txt
python app.py
orflask run --debug
make sure the port number is correct
port 5000 may not work for mac osx, try different port number