Docker: I've added the files needed to work with docker containers, included healthcheck in 'mysql' container to prevent 'app' container from running before it is ready.
Nginx: I've added the nginx.config file which listens http requests in port 80 and redirects to https in port 443 and this one redirects to the host and port that is actually working the app.
Artillery: added tests, script and also a file clean.sh that cleans the database from mysql docker container before starting the test.
Docker: I've added the files needed to work with docker containers, included healthcheck in 'mysql' container to prevent 'app' container from running before it is ready.
Nginx: I've added the nginx.config file which listens http requests in port 80 and redirects to https in port 443 and this one redirects to the host and port that is actually working the app.
Artillery: added tests, script and also a file clean.sh that cleans the database from mysql docker container before starting the test.