- Yolo is a MERN (MongoDB, Express, React, Node.js) stack application. For Moringa DevOps IP2, IP3 and IP4.
- View also explanation.md
Before running the application with Docker Compose, ensure that you have the following prerequisites installed on your system:
- The latest version of Docker Desktop.
- To run the application using Docker Compose, follow these steps:
git clone git@github.com:mzazakeith/yolo.git
cd yolo
docker-compose up
- This will build and start the application containers.
- The application images are available on Docker Hub:
- Frontend Image: mzazakeith/yolo-app-client:1.0.0
- Backend Image: mzazakeith/yolo-app-backend:1.0.0
Note:These images are versioned and tagged accordingly.
- Once the Docker containers are up and running, you can access the application at:
- Frontend: http://localhost:3000
- Backend: http://localhost:5000
This project is licensed under the MIT License.