Product Data Translation

An innovative web application that enables users to manage product data and translate it with the help of artificial intelligence.

Run Backend

cd /backend
docker-compose up --detach
mvn spring-boot:run

Run Frontend

cd /frontend/ProductDataTranslation
npm install
npm run start

Launch application

Launch browser at http://localhost:4200.

For more detailed information about backend and frontend setup and configuration check additional README files.