Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 517 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 517 Bytes

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!