Your own personal bookplank to keep track of your books.
Features
.env.local
in the root and paste the following:GOOGLE_BOOKS_API_URL="https://www.googleapis.com/books/v1"
create SQL migration file and execute it
pnpm exec prisma migrate dev
Generate Prisma Client
prisma migrate dev will also generate the Prisma client, but if you need to generate it again manually you can run the following command.
pnpm exec prisma generate
.