Step 2 migration: add PostgreSQL schema and read endpoints
This commit is contained in:
13
api/package.json
Normal file
13
api/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user