Forms are the space to register your data to have control about any register in a database context, we usually use forms to create data in our database and we can manage this information to different outcomes.
In this project we use to make forms into the framework Ruby on Rails, to practice the different ways to create a form and having a glace about how the server and the client interact with methods from the terminal.
Feel free to add more features when you use or clone this repository.
- Ruby
- Ruby on Rails
- Visual Studio Code
- Git & Github
- We've included linters (Rubocop) to improve and cleaning the Ruby code.
- Having Ruby (programming language) in your machine. Download Ruby HERE
- IDE to edit and run the code (I used Visual Studio Code 🔥). Download Visual Studio Code HERE
To get a local copy up and running follow these simple example steps.
- Open terminal
- Clone this project with the command
git clone https://github.com/DanSam5K/Re-Former.git
cd Re-Former
folder- Run
bundle install
in your terminal - Run
rails db:migrate
in your terminal - Run
rails s
orrails server
in your terminal
Once you completed successfully the last steps, you can start using the form created using Ruby on Rails.
NOTE: You can check out your terminal to see how is the interaction between the server and the client.
- For anyone who wants to practice Ruby on Rails (RoR).
- How to apply forms in RoR.
👤 Daniel Samuel
👤 Dante Alonso
- GitHub: @DanteAlonsoHT
- Twitter: @dante_dante1
- LinkedIn: Dante Alonso
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used 🔰
- Inspiration 💘
- Microverse program ⚡
- Our standup team 🏹
- Our family's support 🙌
This project is MIT licensed.