> npm install
Build 🏗
> npm run start
Create a .env file by duplicating the .env.example file and then replace the database URL value with relevant values. After that, run
> npx prisma generate
And
> npx prisma db push
> npm install
Build 🏗
> npm run start
Create a .env file by duplicating the .env.example file and then replace the database URL value with relevant values. After that, run
> npx prisma generate
And
> npx prisma db push