Register & login system created using Fastify, Prisma, Nuxt3 and Tailwind.
There are 3 files to pay attention to.
Main config - /api/config.js
Prisma env - /api/prisma/.env
Nuxt env - /client/.env
Clone this repository.
Install dependencies - npm install
Set up configs
Run API server - npm run api:start
Run Nuxt app - npm run dev:client
Go to http://localhost:3000/