739 B
739 B
Omukk FastAPI Template
Template repository for all FastAPI backend projects developed by Omukk.
Components
- Basic FastAPI dependencies
- Docker and Docker Compose for easier testing
- Alembic configuration for database migrations
- Initial codebase to start from
Using this template
-
Create a new repository from this template:
- In Omukk Repos, navigate to this repository
- Click the "Use this template" button at the top of the page
- Choose "Create a new repository"
- Fill in your new repository details and click "Create Repository"
-
Clone your new repository:
git clone git@git.omukk.dev/<username>/<repo>.git cd <repo>