Last active
April 30, 2021 17:16
-
-
Save rafaelcanovas/11d247a6d3dfbc402ecc2867f53545c3 to your computer and use it in GitHub Desktop.
FastAPI + Django: uvicorn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> python main.py | |
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) | |
INFO: Started reloader process [34460] using statreload | |
INFO: Started server process [34468] | |
INFO: Waiting for application startup. | |
INFO: Application startup complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment