Closed gminetoma closed 2 months ago
Currently we don't have ORM. Install and configure Prisma.
Don't forget to create a .env file with DATABASE_URL for the database connection.
DATABASE_URL="postgresql://username:password@localhost:5432/dbname?schema=public"
Currently we don't have ORM. Install and configure Prisma.