From the Microverse Ruby on rails curriculum Following this link from The Odin Project
These projects will give you a chance to actually build some forms, both using nearly-pure HTML and then graduating to using the helper methods that Rails provides. The tutorial chapter will cover integrating a signup form with your Rails application and providing help if the user enters incorrect information.
In this project, you’ll build a form the old fashioned way and then the Rails way.
- git clone url
- cd auth
- bundle install
- rails server
This project was executed by Mark Baidebura and Andres Rodriguez, students of Microverse.