Alap API
Az alap api implementációja, ami kiszolgálja a kéréseket
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "telefonkonyv-api",
|
||||
"version": "1.0.0",
|
||||
"description": "Telefonkönyv API (Express + MariaDB)",
|
||||
"main": "api.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node api.js",
|
||||
"dev": "node --watch api.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.19.2",
|
||||
"mysql2": "^3.11.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user