Skip to content

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…

Notifications You must be signed in to change notification settings

incredev34/onlineshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 

Repository files navigation

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…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.3%
  • Java 40.6%
  • HTML 4.2%
  • CSS 0.9%