Skip to content

TimeTravelerFromNow/blog-rails-intro

Repository files navigation

Blog Rails Intro

This Ruby on Rails example blog is featured in my intro to rails series on my Youtube: https://youtu.be/ZCtcDiYP2rk?si=ypTJ3aax4IDzsoQF

blog_app-demo

Rails apps for everyone. For those who want a personal rails-based website. Thinking of this as a online profile app for Blog, Professional, and Projects.

  • Ruby version v3.0.0

  • Rails version 7.0.8

run $ bundle install, $ rails db:migrate, start the server with $ rails s and add a couple of your own blogs after!