Prisma Examples

screenshot of Prisma Examples
prisma

Prisma Examples

🚀 Ready-to-run Prisma example projects

Overview

This repository contains a collection of example projects showcasing various use cases of Prisma. Users can follow the instructions in the corresponding README file to run the examples. Additionally, real-world and production-ready examples can be found further down in the README. Users are also encouraged to open issues if they have any missing examples.

Features

  • TypeScriptFullstack
  • Demo
  • Description
  • rest-nextjs-api-routes
  • rest-nextjs-api-routes-auth
  • rest-nextjs-express
  • rest-nuxtjs
  • graphql-nextjs
  • rest-sveltekit
  • sveltekit
  • trpc-nextjs
  • remix
prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.