This application was built using Java 11, Spring 5, Spring Boot 2, Spring Data Rest, Hibernate ORM and MySQL Database. It is a REST API back-end for the e-commerce application called luv2shop.
The Full Stack Application with Java / Spring Boot back-end was deployed on Cloud Foundry, to access it, click here.
The Full Stack Application with Angular front-end was deployed on Google Cloud Platform, to access it, click here.
To see the front-end of this application implemented with Angular, see here.
- Download the application by clicking here
- Unzip the application
- Dowload and Install Java 11
- Set the environment variable
JAVA_HOME
to the root of your Java 11 jdk - Download and Install Maven
- Open a terminal
- Move to the root of the application
- Run
mvn spring-boot:run
- Navigate to http://localhost:8080 with your favourite browser