DejazmachMolla / micro-reddit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Scraper

This project is a back end mock of the reddit website using Ruby On Rails

Built With

  • Ruby On Rails
  • Rubocop
  • SQLite3

Requirements

  • User, Post and Comment should be validated
  • The project needs to create One-To-Many relationship between User and Post
  • The project needs to create One-To-Many relationship between User and Comment
  • The project needs to create One-To-Many relationship between Post and Comment

Getting Started

  • Clone the project in to your computer using git clone https://github.com/DejazmachMolla/micro-reddit.git
  • cd into the micro-reddit folder
  • run bundle install
  • run rails c to open the rails console
  • Check relationships between Entities according to the Requirements above

Authors

👤 Dejazmach Molla

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse

About


Languages

Language:Ruby 78.0%Language:HTML 16.5%Language:JavaScript 3.4%Language:CSS 2.1%