server for API tests

This commit is contained in:
2026-02-03 00:15:19 +01:00
parent e6f6f17769
commit 456b7480a6
8 changed files with 2392 additions and 0 deletions

12
server-api/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "demo-api",
"version": "1.0.0",
"description": "Server API simulato per esercizi Frontend",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"json-server": "^0.17.4"
}
}