Playing with Rails form-helpers

This is part of the Forms Project in The Odin Project's Ruby on Rails Curriculum.

The project is built to test the rails helpers.

Built With

  • Ruby
  • Ruby on Rails

Linters

  • Rubocop
  • Stylelint

Prerequisities

To get this project up and running locally, you must have ruby, ruby on rails, sqlite3, and yarn installed on your computer.

Getting Started

To get this project set up on your local machine, follow these simple steps: Step 1
Navigate through the local folder where you want to clone the repository and run
hhttps://github.com/Abidoyinsola1/re-former. It will clone the repo to your local folder. Step 2
Run cd re-former.
Step 3
Run bundle install to install the gems from the Gemfile.
Step 4
Run yarn install to install the packages from the package.json file.
Step 5
Run rake db:migrate to create you local database. Step 6
Run rails server to start the rails server. Step 7
You can navigate to http://localhost:3000/ to see the project working.
Step 8
You can access users/new, users/:id/edit and users/:id paths.

Authors

👤 Gürbüz Ertunga

👤 Abiola Doyinsola Adeyemi

🤝 Contributing

Our favourite contributions are those that help us improve the project, whether with a contribution, an issue, or a feature request! Feel free to check the issues page to either create an issue or help us out by fixing an existing one.

Show your support

If you've read this far....give us a ⭐️!

📝 License

This project is licensed by Microverse and the Odin Project