1. Clone the repository and change to the project directory:
git clone https://github.com/svanegasm/Micolet-Challenge.git
cd Micolet-Challenge2. Check the status of the Docker service:
sudo service docker statusIf the Docker service is not running, start it:
sudo service docker start3. Build and start the application using Docker Compose:
docker-compose up --buildThis will set up the environment and start the application. You can access it in your web browser at http://localhost:3000.