Skip to content

chubaquelo/re-former

Repository files navigation

Re-Former

This is a simple form project just to play with form_tag, form_for and form_with. We could join routes, controllers, models and view together to get the proper output we want.

Built With

  • RUBY
  • RUBY ON RAILS
  • Rubocop as a linter

Getting Started

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

Prerequisites

You need the following software programs in order to get a local copy:

Setup

You can simply run the following command into your own terminal to clone the repository git clone https://github.com/chubaquelo/re-former.git.

Install

After you clone the repo, make sure you're in the root directory of the project. Now you should run bundle install to install all the required dependencies.

Usage

  • You can view the project in your browser by running this command into your terminal rails server and then visiting localhost:3000 from your browser.
  • You can view the form by typing localhost:3000/users/new.
  • You can edit a user by visiting localhost:3000/users/<id-Number-of-the-User-You-want-to-edit>/edit.

Authors

👤 Sergio Obolevich

👤 Martin Najjar

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