Create a blog on Ruby on Rails based on Ruby on Rails guides with extra comment validation. :)
- Ruby version 3.2.2
- Rails version 7.1.1
- Sqlite for development
- Clone the repository
- Run commands below step by step
bundle install
# create database and tables
rails db:create
rails db:migrate
# start rails server
rails server