/micro-reddit

"A repository built by following Odin Project tutorials."

Primary LanguageRuby

README

This repository was built by following the instructions from Odin Project.

Built using

  • Ruby 3.2.2 (2023-03-30 revision e51014f9c0)
  • Rails 7.0.5

Testing

You can clone the repo into your favorite IDE. Open your terminal, bundle install all the gem files, then run rails db:drop db:create db:migrate db:seed. This will create 4 users, 10 posts and 20 comments. Have fun.