-
Authentification Service:
- pt login username:cristina parola:cristina
- login
- logout
- register
- validateCredentials
-
StockService
- getStock
- getStockById
- getStockByName
- updateStock
- sendStock ?
- processStock ?
-
OrderService
-tab nou Order in care facem comenzi (refolosim Add purchase)
- placeOrder
- proccessOrder
- updateOrder
-
ReportService
- getReportByTimeRange
- getCustomReport
- getCustomerReport
- getStockReport
- getOrderReport
- getUsersReport
- sendReport
-
CustomerRequestService
- sendCustomerRequest
- porcessCustomerRequest
-
RecommendationService
- getCustomerRemmendation
- getRecommendation
- sentRecommendation
- processRecommendation
To deploy on localhost please run:
./script.sh # this will build the images
docker-compose up --build # to start the containers
docker-compose down # might consider using this
in browser -> http://localhost:3003/