Skip to content

A small project to let user calculate the fibonacci series

Notifications You must be signed in to change notification settings

hnngo/fibonacci-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Calculator application with Docker, TravisCI, and AWS

A small project to let user calculate the fibonacci series.

Description

The project is bootstrapped by create-react-app, using its own default page of React without any modification.

The application is run by using Docker and is automatically tested, built and deployed with Travis-ci to AWS Elastic Beanstalk. Connect AWS Elastic Beanstalk with AWS ElastiCache (Redis) and AWS Relational Database Service (Postgres)

Application Diagram

Flow diagram

Credits

Credits to Udemy course of Stephen Grider.