Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.91 KB

README.md

File metadata and controls

67 lines (40 loc) · 1.91 KB

Microverse School > Rails > #3 Micro Reddit

In this project we created a simple micro-reddit system and learn the basics of asociations in Ruby on Rails.

  • Created a User model
  • Created a Post model
  • Created a Comment model
  • Create migration files with table rules

Built With

  • Ruby on Rails

Linters

  • Rubocop
  • Stylelint

Getting Started

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

Install

In order to run, you need to install RUBY and Rails in your computer. For windows you can go to Ruby installer and for MAC and LINUX you can go to Ruby official site for intructions on how to intall it.

Then you can clone the project by typing https://github.com/jurgen1c/Rails-Micro-Reddit.git

Run app

  • Type bundle install in the root file of the project.
  • Type rails s in the root file of the project.
  • Type rails db:migrate in the root file of the project.

Authors

👤 Ramin Mammadzada

👤 Jurgen Clausen Gutierrez

🤝 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!

Acknowledgments

📝 License

This project is MIT licensed.