markphd / railway-nextjs-prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS Prisma Example

This example is a NextJS todo app that uses Prisma to store todos in Postgres.

Deploy on Railway

✨ Features

  • Prisma
  • NextJS
  • Postgres
  • TypeScript

πŸ’β€β™€οΈ How to use

πŸ“ Notes

This app is a simple todo list where the data is persisted to Postgres. Prisma migrations can be created with railway run yarn migrate:dev and deployed with railway run yarn migrate:deploy. The Prisma client can be regenerated with yarn generate.

swr is used to fetch data on the client and perform optimistic updates.

About


Languages

Language:TypeScript 67.2%Language:CSS 32.8%