Files
dependabot[bot] cd91f358dd Bump simple-get from 3.1.0 to 3.1.1 in /examples/nextjs-prisma (#239)
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-09 08:11:19 -08:00
..
2021-02-01 23:52:53 +00:00
2021-02-01 23:52:53 +00:00
2021-02-01 19:26:33 -07:00
2021-02-02 05:27:24 +00:00
2021-02-01 23:52:53 +00:00
2021-09-03 12:40:41 -05:00
2022-01-29 18:33:56 -05:00
2021-02-01 23:52:53 +00:00

title, description, tags
title description tags
NextJS Prisma A NextJS app using Prisma with a PostgreSQL database
next
prisma
postgresql
typescript

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.