A RESTful API service for retrieving and filtering customers.
For building and running the application, you need:
- Docker
To build and run the application locally:
- Build and run the Docker container using:
docker build -t onlineshop . docker run -p 8080:8080 onlineshop
- Navigate to the API contract page to explore the available endpoints: http://localhost:8080/api/swagger-ui/index.html
Shaimaa Sabry. 2021.