cc-husky-solo / back

Back-end for my solo Code Chrysalis project
0 stars 0 forks source link

Feat: Add Prisma #3

Closed gminetoma closed 2 months ago

gminetoma commented 2 months ago

Currently we don't have ORM. Install and configure Prisma.

gminetoma commented 2 months ago

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"