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