ls1955 / micro-reddit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This project is part of The Odin Project's curriculum. As this curriculum focus solely on the Model and Database, no route, views or controllers has been configured in this application. As such, it is recommended to interact with application via Rails's console.

Models

There are 3 model, which are User, Post and Comment.

Associations between model

A user has many posts and comments.

A post belongs to a user, and have many comments.

A comment belongs to a user and a post.

About


Languages

Language:Ruby 78.2%Language:HTML 16.1%Language:JavaScript 3.6%Language:CSS 2.1%