nihalalizada / 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…

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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…


Languages

Language:JavaScript 54.2%Language:Java 40.6%Language:HTML 4.2%Language:CSS 0.9%