/rails-form

A simple form project built with Ruby on Rails

MIT LicenseMIT

Building forms with Rails

Simple form built with Rails using helper methods

Built With

  • Ruby 3.0
  • Ruby on Rails 6.1
  • SQLite 3

Getting Started

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

Prerequisites

  • Ruby on Rails v 6.x. For more information on how to install Ruby on Rails, please follow this link

Setup and Install

  • Clone this repository using the link above (click on the 'code' button)
  • Open a terminal and cd to the cloned repository
  • run bundle install to install the dependencies
  • run bin/rails db:migrate to migrate the database

Usage

  • To test the forms run rails server
  • Open the provided link in your brower
  • To create a new user, go to: /users/new
  • To edit an existing user, go to: /users//edit
  • Replace the content inside the angle brackets with the appropiate values

Authors

👤 Gustavo Carvalho

👤 Alicia Rojas

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.