mycroforge-docs/docs/intro.md
2024-10-06 13:24:20 +02:00

907 B
Raw Blame History

sidebar_position
1

Intro

Welcome to MycroForge an opinionated CLI tool designed to streamline the development of FastAPI and SQLAlchemy-based backends. With MycroForge, you can effortlessly create backend projects through a convenient command line interface.

Key Features

  • Project Skeleton Generation: Quickly generate a well-structured project skeleton tailored for FastAPI and SQLAlchemy, ensuring you start with best practices.
  • Database Entities: Easily create and manage database entities, simplifying your database interactions.
  • Migrations: Handle database migrations seamlessly, allowing for smooth transitions and updates.
  • Routers: Generate and manage routers to keep your application modular and organized.
  • CRUD Functionality: Automatically generate basic CRUD (Create, Read, Update, Delete) operations to accelerate your development process.