dopo aver avviato index.js apri con http://localhost:3000/main la pagina completa
All information have to be stored in database and managed by sequelize framework
- POST /prodotto -> create product
- GET /prodotto -> See all products
- GET /prodotto/:id -> See product defined by ID
- PUT /prodotto/:id -> update product defined by ID
- DELETE /prodotto/:id -> delete product defined by ID