FastStart is a modular and flexible starting point for building backend microservices with FastAPI. This repository provides a robust base structure with various extensions and configurations to help you get started quickly and efficiently.
- Base Structure: A well-organized and scalable FastAPI project structure to kickstart your development.
- Prisma-ORM Base Structure: A base structure with Prisma ORM integrated.
- Multiple Variations: Branches with various features and integrations, such as:
- YOLO Models: Implement YOLO (You Only Look Once) models for object detection and computer vision applications.
- Extensible: Easily add and customize features as per your project requirements.
- Best Practices: Follow industry best practices for code organization, security, and performance.
To get started with the FastAPI Starter Kit, clone the repository using the following command:
Example:
git clone -b <BRANCH_NAME> https://github.com/Hoopoes/FastStart.git
git clone -b base https://github.com/Hoopoes/FastStart.git
Branch Name | Description |
---|---|
base | The base branch with the simplest base FastAPI structure. |
prisma-orm | This branch has prisma orm implemented in the simplest base FastAPI structure. |
ultralytics-yolo | Example implementations of YOLO models for object detection. (Coming Soon) |
For any questions or feedback, please reach out to:
- Muhammad Umar Anzar - [email protected]
- Mubashir Ahmed Siddiqui - [email protected]
Or open an issue on GitHub.