Skip to content

Repo to track docker course progress from Udemy using Docker, express, redis and postgres

Notifications You must be signed in to change notification settings

larguijo/docker-complex-fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Repo to track docker course progress from Udemy using Docker, express, redis and postgres

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published