- Client contains the frontend part(React) - (Dockerfile included)
- Server contains the backend part (Node) - (Dockerfile included)
- Worker is the one which calculates the fibonacci series
- nginx is the gateway server with
default config
setup - docker-compose.yml will bootstrap all the containers, create volume, environment variables.
***Docker***
- docker-compose up --build