- Docker
- In the terminal go to the folder
ziggo-assignment
and run the command./mvnw clean package jib:dockerBuild
With docker
- In the terminal go to the same root level as
ziggo-assignment
and run the commanddocker-compose up
Locally
- In the terminal go to the same root level as
ziggo-assignment
and run the command./mvnw clean compile spring-boot:run
- Access http://localhost:8080/swagger-ui/index.html and execute the
requests.
- To find valid emails, check https://reqres.in/api/users
- Try the requests
- Import the postman collection from
ziggo-assignment/postman
and execute the requests