An open API service indexing awesome lists of open source software.

https://github.com/csmqbusy/fastapi-template

Template for quick start of fastapi application.
https://github.com/csmqbusy/fastapi-template

alembic fastapi postgresql pydantic python sqlalchemy

Last synced: 3 months ago
JSON representation

Template for quick start of fastapi application.

Awesome Lists containing this project

README

          

### Usage:

1. Clone project.
2. Install the uv package manager if it is not already installed
(https://docs.astral.sh/uv/getting-started/installation/).
3. Apply the `uv sync` command to install dependencies.
4. Rename env.dev.example to env.dev