dipbazz / micro-reddit

The junior version of Reddit with ruby using active record.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro Reddit

Table of contents


About

This is a simple Micro Reddit clone where user can create a post and comment on other posts.

Screenshot of console Screenshot of console

Features

The features of this project are listed as below:

  • Create User
  • Create posts as a user
  • Add comments to posts

Built With

  • Ruby
  • Rails

Getting Started

Prerequisites

If you intend to download the project, you will need to have Ruby already installed on your machine. For more information on how to install Ruby, follow this link.

Installation instructions

Follow along the steps below to get a copy at your local machine.

  • Navigate to the directory where you want this project to live and then clone it git clone https://github.com/dipbazz/micro-reddit.git
  • Navigate to the micro-reddit directory
  • install the gem package with bundle install
  • Migrate the database on your local machine rails db:migrate
  • Open the console ($ rails console)

Authors

πŸ‘€ Dipesh Bajgain

πŸ‘€ Stephan Annandale

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • This micro reddit clone is created by following Odin Project

πŸ“ License

This project is MIT licensed.

About

The junior version of Reddit with ruby using active record.

License:MIT License


Languages

Language:Ruby 77.9%Language:HTML 12.3%Language:JavaScript 8.2%Language:CSS 1.5%