Skip to content

floatrx/next-prisma-postgres

Repository files navigation

TODO app with Next.js, Prisma ORM and VercelPostgres

Screenshot

Demo: https://floatrx-next-prisma-postgres.vercel.app/

This is a simple test project to demonstrate how to use Next.js with NextUI, Prisma ORM and VercelPostgres DB.

It includes a simple project structure with separated features (not FSD).

The project also includes a simple form to add new items to the list.

Technologies Used

Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using bun:

bun install # or `bun i`

Run the development server

bun run dev # or `bun dev`