Skip to content

alishabab/micro-reddit

Repository files navigation

hire-badge Twitter Follow

hire-badge Twitter Follow

Micro-Reddit

In this project, we have built the data structures necessary to support link submissions and commenting for a basic reddit clone. Only the backend has been built so the Rails console can be used to play around with models without the overhead of making HTTP requests and involving controllers or views.

Built With

  • Ruby 2.6.5 and Rails 5.2.4.2

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Ruby installed on local machine

Usage

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:
cd micro-reddit
bundle install
rails db:migrate
rails console

Authors

👤 Ikraam Ghoor

👤 Shabab Ali

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed

About

In this project, we'll build the data structures using RubyOnRails framework necessary to support link submissions and commenting, similar to https://reddit.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published