Skip to content

Commit 5dc546a

Browse files
authored
Update README.md
1 parent fd55b45 commit 5dc546a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ If you are running the application for the first time, you will need to initiali
5252
```
5353
$ flask init-db
5454
```
55+
With the database initialized, launch the application within `venv` with
56+
```
57+
$ export FLASK_APP=flaskr
58+
$ flask run
59+
```
60+
This release uses Flask's built-in server, but it is recommended to use a production container like `Gunicorn`.

0 commit comments

Comments
 (0)