This repository was created to practice with Docker and Docker compose.
The project implements Continuous Integration using Travis CI.
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.