This is where you can start to get familiar with the problem and what you need to run it. This codebase is used during pairing Triple C Spring Boot interview.
We have an existing shopping cart application, with few business logic. Your task is to implement certain simple business logic using proper data structures during the interview.
- Java
- Maven - build tool
Get familiar with the codebase! Make sure you have the necessary dependencies installed, and that you are able to start and run the application.
To understand how this library would be used you can check the main
method in the ShoppingCartApplication
class. If you want to see the results, run:
./mvnw spring-boot:run
Or, you can run the application in the IDE of your choice.