version 2.0 | refactor

changed structure of codebase. also include docker files for easy deployment
This commit is contained in:
2025-12-03 15:07:36 -07:00
parent 456d486d39
commit a709c80f38
21 changed files with 2532 additions and 81535 deletions

View File

@@ -1,22 +1,24 @@
{
"name": "project",
"name": "traxer2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js"
},
"repository": {
"type": "git",
"url": "https://git.nathanspackman.com/PRO150-Group/Project"
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"type": "commonjs",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0"
"csv-parse": "^6.1.0",
"express": "^5.2.1",
"gtfs-realtime-bindings": "^1.1.1",
"mysql2": "^3.15.3",
"node-fetch": "^3.3.2",
"parse": "^7.1.2",
"pg": "^8.16.3",
"unzipper": "^0.12.3"
}
}