- DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE
- PORT=8000
- GOOGLEAISTUDIO_API_KEY=YOUR_GOOGLEAISTUDIO_API_KEY
- cd server
- npm install
- cd ../client
- npm install
cd server
-
npx prisma migrate dev # creates initial migration & applies it
-
npx prisma studio # open prisma studio