How to run the project? Clone the project Check private folder for .env.example file. Create a .env file from it (you can rename .example.env to .env to make it work) Open your terminal in root folder. Type command "docker compose up --build" and wait when servers are loaded Visit http://localhost:5173/index.html How to run tests? Type command "docker compose up --build" and wait when servers are loaded Type command "docker exec t-shirtsapp-backend-1 npm run test" in new terminal and look at test results