Introduction This repo contains the backend routing for the registration and sign in system. It's developed with Fastify, Prisma and PostgreSQL To get started Then run these commands: npm i then npm run dev To make a migration on prisma use this command: npm run migrate