omenking / aws-bootcamp-cruddur-2023

448 stars 721 forks source link

installing flask command missing on gitpod #3

Open ccristian opened 1 year ago

ccristian commented 1 year ago

Installing flask on GitPod environment is missing from the list of commands

cd backend-flask export FRONTEND_URL="" export BACKEND_URL=""

installing flask command missing

pip3 install -r requirements.txt python3 -m flask run --host=0.0.0.0 --port=4567 cd ..

Solley07 commented 4 months ago

so flask deprecated before_first_request image does anyone know how i can update it?