Back to Browse

FastAPI Prisma REST API CRUD with PostgreSQL

3.7K views
Oct 3, 2023
26:47

Learn how to build a RESTful API using FastAPI and Prisma with PostgreSQL as the database. In this tutorial, we'll cover Create, Read, Update, and Delete (CRUD) operations in a FastAPI application, leveraging the power of Prisma to interact with a PostgreSQL database. Whether you're a beginner or an experienced developer, this tutorial will guide you through the process of creating a robust API with Python's FastAPI framework. TimeStamp: 00:00:00 Introduction 00:01:05 Setup 00:04:25 Add Prisma 00:06:29 Add Configuration Connection 00:09:23 Add Model Layer 00:10:35 Add Repository Layer 00:13:33 Add Service Layer 00:16:17 Add Controller Layer 00:23:39 Test API code here: https://github.com/lemoncode21/fastapi-prisma.git

Download

0 formats

No download links available.

FastAPI Prisma REST API CRUD with PostgreSQL | NatokHD