mohamedSabry0 / re-former

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Forms]

  • We built forms, both using nearly-pure HTML and then graduating to using the helper methods that Rails provides.
  • We used rails helper methods like form_tag and form_for methods.

Models, Views, and Controllers (MVC) Routing Migrations

Setup

  • First install RUBY and Rails in your computer.
  • For windows users you can go to Ruby installer.
  • MAC and LINUX you can go to Ruby official site for intructions.
  • Make a copy in your local enviroment(git clone https://github.com/mohamedSabry0/micro-reddit.git)
  • Run the command (bundle install) in your terminal in the root folder of the project.
  • Run the command (rails db:migrate) in your terminal in the root folder of the project.
  • Run the command (rails server or rails s) in your terminal in the root folder of the project.

Built With

  • Ruby on Rails
  • Rubocop
  • Stylelint

Prerequisites

  • Ruby on Rails

GitHub Repo

Author

👤 Mohamed Sabry

👤 Rocio Martinez

Acknowledgments

  • Microverse
  • Ruby on Rails
  • The Odin project

Show your support

Give a ⭐️ if you like this project!

About


Languages

Language:Ruby 72.1%Language:HTML 17.3%Language:JavaScript 8.6%Language:CSS 1.6%Language:SCSS 0.4%