A backend template for developing modern web application. Using FastAPI, SQLite as database, automatic HTTPS and more. You can also refer to the official generator (full-stack-fastapi-postgresql) for more details.
modify lines in app/core/config.py
poetry install
poetry run python create_database.py
poetry run python start_database.py
poetry run uvicorn main:app --reload
http://127.0.0.1:8000/docs
Have fun! ☕️ + 🍰