Skip to content

Instantly share code, notes, and snippets.

@rafaelcanovas
Last active April 30, 2021 17:16
Show Gist options
  • Save rafaelcanovas/11d247a6d3dfbc402ecc2867f53545c3 to your computer and use it in GitHub Desktop.
Save rafaelcanovas/11d247a6d3dfbc402ecc2867f53545c3 to your computer and use it in GitHub Desktop.
FastAPI + Django: uvicorn
> 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