Working base server with migrations and build steps ironed out #1

Merged
joseph.nelson4456 merged 24 commits from base-setup into main 2026-05-13 23:16:22 -07:00
Showing only changes of commit f440303213 - Show all commits
+3 -2
View File
@@ -21,11 +21,11 @@
"author": "Your Name",
"license": "MIT",
"dependencies": {
"csv-parser": "^3.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"pg": "^8.8.0",
"p-limit": "^7.3.0",
"csv-parser": "^3.0.0"
"pg": "^8.8.0"
},
"devDependencies": {
"eslint": "^10.3.0",
@@ -33,6 +33,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^29.0.0",
"node-pg-migrate": "^8.0.4",
"nodemon": "^3.0.0",
"prettier": "^3.8.3"
}