Skip to content

FastCrud is a designed to simplify the creation of CRUD APIs using FastAPI and MongoDB.

License

Notifications You must be signed in to change notification settings

patrickpasquini/fast_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Crud

FastCrud is a designed to simplify the creation of CRUD APIs using FastAPI and MongoDB.

Overview

FastCrud allows you to quickly set up CRUD routes for your data models with minimal configuration. By extending the FastCrud class, you can automatically generate standard CRUD endpoints, and you also have the option to add custom routes to meet specific requirements.

Features

  • Automatic CRUD Routes: Provides standard CRUD operations (Create, Read, Update, Delete) for your models.
  • Seamless Integration: Works with FastAPI and MongoDB for efficient and scalable API development.

Prerequisites

  • Python 3.11+

Getting Started

  1. Clone the Repository

    git clone https://github.com/patrickpasquini/fast_crud.git
    cd fast_crud
    
  2. Install Dependencies

    pip install -r requirements.txt

About

FastCrud is a designed to simplify the creation of CRUD APIs using FastAPI and MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages