Created by following the Ruby on Rails tutorial
This is a simple dockerized blog powered by Ruby on Rails. It is unstyled at the moment as it was mainly used to learn Ruby on Rails, Dockerization and more about CRUD operations. The rails app itself was created by following this tutorial. Since I also wanted to learn Docker, I worked with Christopher Grimm on understanding Docker and how to get Rails and it working together.
I have begun using the techniques I learned from this tutorial to create a dockerized backend for my current image gallery React apps (here and here). Right now I am using two repos (Rails Repo, React Repo) to play around with this. Once I have all the CRUD operations hooked up and working, I will connect both React image galleries I have made to an API-only Rails backend.