-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Release
Title: FastStart v1.0.0 - Base Project Structure
Description:
FastStart v1.0.0 Release
A modular FastAPI starter kit with a flexible project structure for building backend microservices.
Features:
- Base structure with essential components
- Dependency management via Poetry
Clone the repo, install dependencies, and run the app to get started!
git clone --single-branch -b base https://github.com/Hoopoes/FastStart.git
Title: FastStart v1.0.0 - Prisma-ORM Project Structure
Description:
FastStart v1.0.0-prisma-orm Release
A modular FastAPI starter kit with a flexible project structure for building backend microservices, now with Prisma-ORM support.
Features:
- Base structure with essential components.
- Dependency management via Poetry.
- Integrated Prisma-ORM for database management.
Clone the repo, install dependencies, and run the app to get started!
git clone --single-branch -b prisma-orm https://github.com/Hoopoes/FastStart.git
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation