Skip to content

ncalibey/multi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

multi-docker

A multi-container docker deployment for a Fibonacci program that uses a Nodejs application server and React for the client side. The user enters a number which is then routed to a worker (built in JavaScript) and used as the starting index of a fibonacci calculation whose results are stored in a PostgreSQL database. Redis is used for caching to speed up already used indexes, and the app is served on an Nginx web server.

The setup is purposefully cumbersome as the main point of this repository was to practice using a multi-container deployment in Docker. Part of Stephen Grider's Docker and Kubernetes: The Complete Guide Udemy course (excellent and highly recommended).