A simple CRUD app with Nextjs + Prisma ORM + TailwindCSS
- Clone this repository
- Run:
npm i
to install all dependencies.
- Create an
.env
file based on.env.example
and enter the db URL. - Run:
npx prisma migrate dev
to create the tables in your database.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser.