Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 3.3 KB

README.md

File metadata and controls

60 lines (39 loc) · 3.3 KB

fastapi-logo

FastStart: A FastAPI Starter Kit

License Stars Forks Issues Pull Requests Contributors

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.

Features

  • Multiple Variations: Branches with various features and integrations, such as:
  • Extensible: Easily add and customize features as per your project requirements.
  • Best Practices: Follow industry best practices for code organization, security, and performance.

Getting Started

To get started with the FastAPI Starter Kit, clone the repository using the following command:

Example:

git clone --single-branch --b <BRANCH_NAME> https://github.com/Hoopoes/FastStart.git
git clone --single-branch -b base https://github.com/Hoopoes/FastStart.git

Branches

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.
sqlalchemy-orm Coming Soon

🌟 Star History

Star History Chart

Contact

For any questions or feedback, please reach out to:

Or open an issue on GitHub.