- Java 17
- AWS CLI
- Docker and WSL
- Any IDE
git clone https://github.com/JuannCarloss/ecommerce-sample.git
Open the Project Folder in your IDE
Generate QClasses from QueryDSL
run
mvn clean install
and
mvn clean compile
go to docker
folder and run
docker-compose up -d
Enter in your IDE and Start EcommerceApplication
class
to have knowledge of all endpoints go to: Endpoints