Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 290 Bytes

Micro-reddit

Micro-reddit is a small assignment from Odin Project. The assignment was to build a rails app with 3 models:

  1. Users - Users can have many posts and many comments
  2. Posts - Posts belong to a user, and have many comments
  3. Comments - Comments belong to a user and a post