GT-WebDev-GameLogs / gamelogs

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

Backend base setup #23

Closed TimothySung1 closed 3 weeks ago

TimothySung1 commented 3 weeks ago

Add code for setting up the PostgreSQL database (init_schema.sql, init_helper.sql, transfer-data.ts). Imports data from IGDB to the database semi-automatically (transfer-data.ts).

Refer to SETUP.md in /gamelogs-server/src/db for setting up the database and data.