Skip to content

Anutka777/micro-reddit

Repository files navigation

Micro Reddit

The Odin Project Assignment

Implementing database stucture of simple message board like Reddit website.
You can play around using rails console.

  • Users can make posts, consisting of a title and a body.
  • Users can leave comments on any posts.
  • All nessassary assossiations are present.
  • Basic validations was implemented.

Ruby version: 2.4.7
Rails version: 7.0.2.3