July 2019
Beginner to intermediate
302 pages
9h 38m
English
To check whether the gunicorn package works as expected, just run the following command from inside our application folder:
$ gunicorn -w 4 -b 127.0.0.1:8000 my_app:app
After this, point your browser to http://127.0.0.1:8000/ to see the application's home page. Now, we can get started:
Read now
Unlock full access