vid.mp4
At the root of the project, run
npm install
Then you need to setup the DB and Prisma. Run
Get a db url from NeonDB
In the .env
file, enter the following
DATABASE_URL=""
In the terminal, run
npx prisma generate
npm run dev
The contract is deployed using Remix in the Sepolia Network
To view the schema, run
npx prisma studio