To quickly start the project, follow these steps:
📥 Clone the repository:
git clone git@github.com:Hackitect7/devops-docker-project.git
cd devops-docker-project🐳 Start all services with Docker Compose:
sudo docker compose up --build🧪 Test the applications:
- 🔗 Backend Flask API: http://localhost:5000/api
- 🌐 Frontend Node.js: http://localhost:3000
- 🚪 Nginx (reverse proxy): http://localhost (port 80)
🛑 To stop and To remove containers use:
sudo docker compose down