Skip to content

This is our solution to Microverse's fourth project of the Rails curriculum. Here we model the data structures necessary to support link submissions and commenting, similar to reddit..

License

Notifications You must be signed in to change notification settings

luis-novoa/micro-reddit-dl

Repository files navigation

Micro Reddit

The objective of this project is to be able to appropriately model the necessary data of a reddit like application.

Built With

  • Ruby on Rails 6.0.2.1,
  • Ruby 2.6.5,
  • Ruby Mine,
  • Visual Studio Code
  • SQLite 3

Getting a Copy and Contributing

This project is open for anyone who wants to clone it and create their version. If you just want the files and don't want to make further changes, follow the steps below to get a copy in your computer:

1 - Install git in your machine. Follow this guide by The Odin Project if you haven't done so.

2 - On this repository, click on the "Clone or download" button and copy the URL address provided. Clone or Download button expanded

3 - Open your terminal, select the folder where you want to store this project and paste the following code

git clone <copiedUrl>

Terminal with the required code

Now you have the project files in your computer, but you'll not be able to save any changes on github since you're not the owner or a collaborator of this project. If you want to that, you can fork this project clicking the "Fork" button in the repository's page, which will create a repository named "/headphones-shop". Follow the aforementioned instructions to download it to your computer. Fork button highlight

Now you can edit the project as you please and save your changes on your forked repository on github following the git flow. If you're not familiarized with this concept, follow this guide about the Git Basics developed by The Odin Project.

If you have contributions to make, send me a message telling me about your ideas. If we agree on a change, you can code your modifications in your forked repository and create a pull request following these steps:

1 - Click on the "New pull request" button on your forked repository. New pull request button highlight

2 - You'll be redirected to the page below, where the red square shows the repository and the branch you want the changes implemented, and the blue one shows the repository and the branch from where the changes will come from. Give a title and a description for your pull request, and click on "Create pull request". New pull request page

3 - I will analyze your proposal and if we agree, I will merge your pull request.

Authors

👤 David Auza

👤 Luis Novoa

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This is our solution to Microverse's fourth project of the Rails curriculum. Here we model the data structures necessary to support link submissions and commenting, similar to reddit..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published