Special thanks to Rocketseat for helping to make this project
Start prisma
prisma generate
Migrate to prisma
prisma migrate dev
To start the project with yarn
yarn dev
or with npm
npm run dev
Start prisma
prisma generate
Migrate to prisma
prisma migrate dev
To start the project with yarn
yarn dev
or with npm
npm run dev