- Installazione primo Sito Web del server

- Creazione prima pagina Home
This commit is contained in:
Surya Paolo
2023-12-09 00:19:40 +01:00
parent 74c4a829b0
commit 502ed32c42
5 changed files with 106 additions and 55 deletions

View File

@@ -73,6 +73,9 @@ const productSchema = new Schema({
unit: {
type: Number
},
stockQty: { // in magazzino
type: Number
},
quantityAvailable: {
type: Number
},