webmarkyn / micro-reddit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro-Reddit Project from Microverse

from the Microverse Ruby on rails curriculum Following this link from The Odin Project

This project puts your knowledge of active record, models, and associations to the tests. You will build an application similar to Reddit (called Micro-Reddit) where a user can create a post and add comments to it.

In this project, you’ll build the data structures necessary to support link submissions and commenting. We won’t build a front end for it because we don’t need to… you can use the Rails console to play around with models without the overhead of making HTTP requests and involving controllers or views.

Installation

  1. git clone url
  2. cd micro-reddit
  3. bundle install
  4. rails server

Authors:

This project was executed by Mark Baidebura and Andres Rodriguez, students of Microverse.

About


Languages

Language:Ruby 72.5%Language:HTML 17.6%Language:JavaScript 6.2%Language:CSS 3.7%