/onlineshop

This is a Java E-Commerce Web-App. Our Rest API consists of Catalog API, Product API and Shopping cart API. As entites we have Catalog, Product, Shopping Cart, Cart Item and Order. For the backend we used Java/Spring boot & JPA/Hibernate, Maven as building tool and MySQL and AWS RDS for the database. For the frontend we used React and some Thyme…

Primary LanguageJavaScript

Online Shop

Start up the UI

  • Navigate to the ui folder :
cd ui
  • Download dependencies :
npm install
  • Start :
npm start

Start up the Backend

  • Navigate to the app folder :
cd app
  • run maven build :
mvn package -DskipTests
  • Start :
java -jar target\online-shop-0.0.1-SNAPSHOT.jar