All Projects → ryands17 → fastify-prisma

ryands17 / fastify-prisma

Licence: other
Basic Fastify app using Prisma as an ORM

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to fastify-prisma

fullstack-graphql-app
An opinionated fullstack GraphQL monorepo boilerplate using pnpm, Turborepo, Prisma, GraphQL Yoga 2, Fastify, Nextjs, urql, and React
Stars: ✭ 90 (+246.15%)
Mutual labels:  fastify, prisma
mrapi
A framework for rapid development of API or DAL applications.
Stars: ✭ 20 (-23.08%)
Mutual labels:  fastify, prisma
fastify-graphql-nexus-prisma
GraphQL Server with Fastify, Mercurius, Prisma, and Nexus
Stars: ✭ 125 (+380.77%)
Mutual labels:  fastify, prisma
session
Session plugin for fastify
Stars: ✭ 52 (+100%)
Mutual labels:  fastify
titus
Deploy useful features in sprint one
Stars: ✭ 59 (+126.92%)
Mutual labels:  fastify
prisma-erd-generator
Generate an ER Diagram based on your Prisma schema every time you run npx prisma generate
Stars: ✭ 249 (+857.69%)
Mutual labels:  prisma
throw-me
A url shortener made with nextjs and postgresql database operated with Prisma
Stars: ✭ 34 (+30.77%)
Mutual labels:  prisma
graphql-to-sql
GraphQL model to SQL
Stars: ✭ 13 (-50%)
Mutual labels:  prisma
peppermint
An open source ticket management & help desk solution. A freshdesk alternative
Stars: ✭ 367 (+1311.54%)
Mutual labels:  prisma
nest-rest-mongo-boilerplate
🍱 backend with nest (typescript), mongoose, and authentication
Stars: ✭ 180 (+592.31%)
Mutual labels:  fastify
language-tools
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Stars: ✭ 159 (+511.54%)
Mutual labels:  prisma
framework
Envuso is a backend framework focusing building apis using Fastify and MongoDB support.
Stars: ✭ 12 (-53.85%)
Mutual labels:  fastify
prismaliser
Visualise your Prisma schema!
Stars: ✭ 230 (+784.62%)
Mutual labels:  prisma
prisma-nestjs-graphql
Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module
Stars: ✭ 276 (+961.54%)
Mutual labels:  prisma
fastify-etag
Automatically generate etags for HTTP responses, for Fastify
Stars: ✭ 61 (+134.62%)
Mutual labels:  fastify
graphql-cli-generate-fragments
Generate Fragments for Graphql Schemas
Stars: ✭ 43 (+65.38%)
Mutual labels:  prisma
cannercms
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,452 (+9330.77%)
Mutual labels:  prisma
dribbble-clone
FullStack GraphQL Dribbble Clone 🏀
Stars: ✭ 29 (+11.54%)
Mutual labels:  prisma
hospitalrun-core
All elements shared between Frontend and Backend, including CouchDB design-documents and schemas.
Stars: ✭ 36 (+38.46%)
Mutual labels:  fastify
blitz
⚡️The Fullstack React Framework — built on Next.js
Stars: ✭ 11,558 (+44353.85%)
Mutual labels:  prisma

Fastify + Prisma

  • A basic setup of a Fastify app using Prisma to interact with Postgres.

Setup

  • Rename .env.example to .env and replace the placeholder values in DATABASE_URL with the actual values of your database instance.

Commands

  • yarn dev

Runs the app in dev mode by default on http://localhost:4000.

Todo

  • Add migrations
  • Refactor error handling
  • Validate request body (zod)
  • Add better logging in development
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].