Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 308 Bytes

my_resume

Web App using Flask

You need to create a virtual environment in order to launch the web app.

Within the file installed if you're using powershell, write:

python -m venv .venv

./.vene/Scripts/Activate.ps1

pip install flask

$env:FLASK_APP='myapp.py'

$env:FLASK_ENV='development'

flask run