frontend implementation
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user