GT-WebDev-GameLogs / gamelogs

A social, review platform for video games
0 stars 0 forks source link

Storing Users, Reviews, and Game Data #10

Open TimothySung1 opened 1 month ago

TimothySung1 commented 1 month ago

We want to set up the PostgreSQL database to host information on our users, reviews, and games.

This issue will involve creating the necessary SQL structure (define tables, views, functions, etc.) and also connecting the SQL database to our backend server.

Highly suggest looking into the pg npm package that we will be using on our backend server.