This Ruby on Rails app lets you create quotes for insulation projects.
These instructions will get the projects up and running on your local machine.
Make sure your have everything installed to run a Ruby on Rails project on your computer.
- Clone the project to your computer
git clone https://github.com/amelieoller/insulation-quotes
& open it - Run
bundle install
in your terminal - Make sure you have postgres installed, once you do, create your database with
createdb insulation_quotes_development
- Run
rake db:migrate
- Start a rails server with
rails server
. You will most likely find the app underhttp://localhost:3000/
in your browser (read the rails server instructions to find out).
Bug reports and pull requests are welcome on GitHub at https://github.com/amelieoller/insulation-quotes. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
This app is available as open source under the terms of the MIT License.