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.
- Host: GitHub
- URL: https://github.com/csmqbusy/fastapi-template
- Owner: csmqbusy
- Created: 2025-01-23T14:16:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T16:33:43.000Z (over 1 year ago)
- Last Synced: 2025-02-07T17:30:37.312Z (over 1 year ago)
- Topics: alembic, fastapi, postgresql, pydantic, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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