faisalfjri / crud-prisma-nextjs

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

Home Page:https://prisma-next.faisalfajri.my.id/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://prisma-next.faisalfajri.my.id/


Languages

Language:JavaScript 88.0%Language:CSS 10.5%Language:Dockerfile 1.5%