Step 2 migration: add PostgreSQL schema and read endpoints

This commit is contained in:
Ponte
2026-02-11 14:57:36 +01:00
parent aae5471862
commit 89d9275e1a
6 changed files with 203 additions and 11 deletions

13
api/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "video-games-api",
"version": "0.1.0",
"private": true,
"description": "Minimal API for video game collection migration steps",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"pg": "^8.16.3"
}
}