Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.94 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.94 KB

docker-complex-fibonacci

<style> .terminal { background-color: black; text: white; } </style>

What's this?

This repository is to track progress on Udemy's docker + kubernetes course.

It's a very simple proyect that has an over-complicated architecture for the sake of having multiple containers running as if it were a real big application. It simply calculates a Fibonacci value from a given index in a react application. Please look at the bellow diagram to understand the involved components.

Solution Architecture - Development environment

Pre requisite

To have docker installed in your computer

Run locally

#> docker-compose up --build

Then, as define in docker-compose.yml go to http://localhost:3050 to see the react application running.