ajout insertion d'avis et auteurs

This commit is contained in:
2022-12-24 15:07:25 +01:00
parent 9da7b5f675
commit f748cfb95f
5 changed files with 259 additions and 169 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -11,6 +12,6 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mysql": "^2.18.1"
"mysql2": "^2.3.3"
}
}