Click here to visit the lesson plan (or navigate to the lesson_plan.md
file in the root project directory)
- Please install Python 3.9
- Once installed, install Flask via
pip install flask
- Navigate to the app directory
cd app
- Set the flask app environment var
export FLASK_APP=main
- Run the dev server
flask run
- You can now visit
http://127.0.0.1:5000/