Skip to content

This project is a full-stack CRUD (create, read, update, delete) application using Prisma and Next.js

Notifications You must be signed in to change notification settings

faisalfjri/crud-prisma-nextjs

Repository files navigation

Full-stack CRUD with Prisma, Express and React

Introduction

This project is a full-stack CRUD (create, read, update, delete) application using Prisma and Next.js

Installation

copy the .env.example file to .env

DATABASE_URL="mysql://root:123456@localhost:3306/prisma-next"

Install dependencies

npm install

Generate the Prisma Client

npx prisma generate

Migrate Database with Prisma

npx prisma migrate dev

Start the application...

npm run dev

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

About

This project is a full-stack CRUD (create, read, update, delete) application using Prisma and Next.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published