https://fastapi.tiangolo.com/ https://fastapi.tiangolo.com/tutorial/sql-databases/
- FastAPI
- SQLAlchemy (if used)
- Pydantic
- Sqlite
- Python 3.7+
- Python 3.7+
Step-by-step instructions on how to get a development environment running.
cd project
pip install fastapi
pip install "uvicorn[standard]"
pip install sqlalchemy
uvicorn main:app --reload