| title | FastAPI | ||||
|---|---|---|---|---|---|
| description | A FastAPI server | ||||
| tags |
|
This example starts up a FastAPI server with PostgreSQL as backend.
- FastAPI
- uvicorn
- Python 3
- Clone locally and install packages with pip using
pip install -r requirements.txt - Run locally using
python -m backend.app.main
- To learn about how to use FastAPI with most of its features, you can visit the FastAPI Documentation
- To learn about Uvicorn and how to configure it, read their Documentation