frontend implementation

This commit is contained in:
Roger Oriol
2025-10-09 20:19:20 +02:00
parent a1cede4157
commit efa7ff1d39
19 changed files with 3072 additions and 71 deletions

View File

@@ -4,13 +4,16 @@
"description": "Gym tracker application back-end",
"license": "ISC",
"author": "Roger Oriol",
"type": "commonjs",
"type": "module",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"express": "^5.1.0"
"cors": "^2.8.5",
"express": "^5.1.0",
"sqlite3": "^5.1.7",
"uuid": "^13.0.0"
}
}