create backend folder

This commit is contained in:
2025-11-12 18:55:49 -07:00
parent b52a4dcee6
commit 9ec154c511
4 changed files with 875 additions and 0 deletions

19
traxer_api/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "traxer_api",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://git.nathanspackman.com/PRO150-Group/Project"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.1.0"
}
}