Compare different solutions to choose a bike on a website.
The objective is to illustrate, through an example of an e-commerce functional unit, the ecodesign of a digital service and to highlight some good practices.
You need to have the following applications to be installed:
- Docker Engine 19.03.0+ Install Docker Engine
- Docker Compose 1.25.5+ Install Docker Compose
- Open JDK 13+
All tests were run on a Linux environment, so it is preferable to have a Linux environment (native or WSL Ubuntu on Windows).
Some improvements can be made from the build of the Docker image of our application: Docker Optimization
The strategy of performance tests for backend servers can be found here: Tests Strategy