Skip to content

Bung-Adi/CRUD-NextJs-Prisma-MySql

Repository files navigation

This is me trying to learn simple CRUD in Next.js 13 with prisma and mysql

credit to https://github.com/mfikricom I re code from him

  • For Database

What u need to do is just type in terminal :

npx prisma migrate dev

And its recomended to input some data into Brand table

  • For .env file

Just fill it with something like this example :

DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
  • How its looks screenshoot_1

screenshoot_1

screenshoot_1

screenshoot_1

About

Fullstack CRUD NextJs Prisma MySql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published