In this project we have created the necessary MVC elements to build a user form that can be created, viewed and edited. In addition, if a form fails to save or update an entry, then a list of errors that do not meet the validation checks will be displayed in the view webpage.
- Ruby 2.6.5 and Rails 5.2.4.2
To get a local copy up and running follow these steps:
- Ruby installed on local machine
- Fork/Clone this project to your local machine
- Open folder in your local enviroment and run thes lines of code to get started:
cd re-former
bundle install
rails db:migrate
rails s- Open a web page and go to users/new on port 3000 on your local machine.
- Users can be created, viewed and edited from the browser.
- The original project can be found on this Odin Project page.
👤 Ikraam Ghoor
- Github: @ikraamg
- Twitter: @GhoorIkraam
- LinkedIn: isghoor
- Email: [email protected]
👤 Shabab Ali
- Github: @alishabab
- Twitter: @shabab_ali
- LinkedIn: shababali
- Email: [email protected]
Contributions, issues and feature requests are welcome!
Feel free to check the issues page
Start by:
- Forking the project
- Cloning the project to your local machine
cdinto the project directory- Run
git checkout -b your-branch-name - Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review
Give a ⭐️ if you like this project!
- The Odin project for the project plan.
This project is MIT licensed