1
0
mirror of https://github.com/LukePeters/flask-file-uploads.git synced 2026-05-05 18:01:18 +09:00

Added documentation on running the app

This commit is contained in:
Luke Peters
2022-04-15 11:42:34 -04:00
parent 12aa3ee5f1
commit a7afe24d86

View File

@@ -26,6 +26,8 @@ You can find code for the completed tutorial in the `completed-tutorial` branch
### Start Flask
Enter these two commands in your terminal:
`export FLASK_APP=app`
`flask run`