Skip to content

SteliosGian/multi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding the numbers in a Fibonacci sequence

This repository was created to practice with Docker and Docker compose.

The project implements Continuous Integration using Travis CI.

Instructions

To run the project for the first time, run docker-compose up --build

To shut down the containers, run docker-compose down

The project runs on localhost on port 3050: localhost:3050

Enter the index for which you want to calculate the fibonacci number and click "submit". Then update the page and the calculated value will be shown.