OSU-App-Club / beavsai

Fall 2024 Project for App Development Club
0 stars 0 forks source link

Initial Setup of our Database Instance #8

Closed Nyumat closed 8 hours ago

Nyumat commented 8 hours ago

This pull request introduces several key changes to integrate Prisma with a PostgreSQL database and configure our inital baseline migration from which all of our data model stems off.

Breakdown of the most important updates:

Database Setup and Configuration:

Dependency and Script Updates:

Database Migrations:

Prisma Integration: