You can use this template repository as reference to create a new repository with the same structure or clone the repository to start a new project. It will help you to organize your project structure ...
├── app/ # Main application package │ ├── api/ # API layer │ │ ├── dependencies.py # Dependency injection │ │ └── v1/ # API version 1 │ │ ├── auth.py # Authentication endpoints │ │ ├── books.py # ...