This is a bare metal forms with rails helpers project built with Ruby on Rails in accordance with Microverse requirements. You can also check out the odin project for more information.
-
Ruby 2.5.3
-
Rails ~> 5.1.7
-
Visual Studio Code
To get started with the app, clone the repo and then install the needed gems:
bundle install --without production
Next, migrate the database:
rails db:migrate
Run the app in a local server:
rails server
Any contributions are greatly appreciated
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request