You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per l'inizializzazione del db con un dataset di test:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/stores/init
Per accedere a Mongo Express (user: [email protected] pass: root):
http://gsf.mastercc.hpc4ai.unito.it/api/v1/stores/express
Per effettuare la ricerca di un negozio per nome:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/stores/name/Stratta
Per avere la lista dei negozio disponibili per una specifica categoria:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/stores/category/pasticceria
product-service
Per l'inizializzazione del db con un dataset di test:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/products/init
Per accedere a Mongo Express (user: [email protected] pass: root):
http://gsf.mastercc.hpc4ai.unito.it/api/v1/products/express
Per effettuare la ricerca di un prodotto per nome:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/products/name/Gianduiotti
Per avere la lista dei prodotti di uno specifico negozio:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/products/store/1234
customer-service
Per accedere a pgAdmin 4 (user: [email protected] pass: root):
http://gsf.mastercc.hpc4ai.unito.it/api/v1/customers/pgadmin
Per effettuare la ricerca di un cliente per mail:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/customers/profile/email/[email protected]
Per effettuare la ricerca di un cliente per codice fiscale:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/customers/profile/cf/lcaodn95m28f698k
Per avere la lista di tutti i clienti:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/customers
order-service
Per l'inizializzazione del db con un dataset di test:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/orders/init
Per accedere a pgAdmin 4 (user: [email protected] pass: root):
http://gsf.mastercc.hpc4ai.unito.it/api/v1/orders/pgadmin
Per avere la lista di tutti gli ordini:
http://gsf.mastercc.hpc4ai.unito.it/api/v1/orders