Jarfsoft / Building-with-Active-Record

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro Reddit

Ruby on Rails models for a Reddit clone app.

Ruby on Rails models for Users, Posts and Comments.

Built With

  • Ruby 2.7.2
  • Ruby on Rails 6.0.3.4

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

  • Clone or download the project to your local machine

  • Change to the project's root directory

cd Building-with-Active-Record
  • Install the required gems
bundle install
  • Setup the database
rails db:create
rails db:migrate
  • Use the console to manipulate the database
rails console

Authors

👨‍💻 Breno Xavier

👩‍💻 Juan Andrés Raudales Flores

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • Odin Project

About


Languages

Language:Ruby 76.1%Language:HTML 13.3%Language:JavaScript 8.9%Language:CSS 1.7%