RRIV-API The main RRIV API, the heart of our platform. Installation deno install --entrypoint src/server.ts Post-Installation Instructions Run the Post-Install Script deno task postinstall Database Migrations deno task prisma migrate dev Note If a new migration is created, you need to regenerate the Prisma Client deno task prisma generate