An innovative web application that enables users to manage product data and translate it with the help of artificial intelligence.
cd /backend
docker-compose up --detach
mvn spring-boot:run
cd /frontend/ProductDataTranslation
npm install
npm run start
Launch browser at http://localhost:4200.
For more detailed information about backend and frontend setup and configuration check additional README files.