TodoMVC built with Ruby on Rails
-
Build a Rails TodoMVC application with persistent data
-
Dockerize the application, such that the application can be deployed on any server that runs docker.
-
Choose a ruby websever and a proxy and set up initial configurations
-
Setup AWS infrastructure - a EC2 instance for the webserver and another for the database
-
Automate the deploy by setting up a jenkins job that can automatically build and deploy the application whenever a new pull request is merged in