Skip to content

rk4bir/fastapi-starter

Repository files navigation

coverage-badge

FastAPI_Starter

FastAPI starter project Run the local development server

$ uvicorn src:app --host 0.0.0.0 --port 8000 --reload
INFO:     Will watch for changes in these directories: ['/path/to/fastapi-starter']
INFO:     Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO:     Started reloader process [59575] using WatchFiles

==================================================
Project            : FastAPI_Starter
File Path Separator: /
Settings           : dev
Platform           : posix
Timezone           : UTC
Log level          : 20
Project Root       : ~/fastapi-starter
Src Root           : ~/fastapi-starter/src
Log Dir            : ~/fastapi-starter/logs/
Test secret        : secret-key
==================================================

INFO:     Started server process [59588]
INFO:     Waiting for application startup.
INFO:     Application startup complete.