Superior Construction

Initial Setup

  1. Clone the repo
  2. Setup the app
$ bundle install
$ rake db:migrate
$ rake db:seed
$ rake users:import_projects_users
$ rake materials:import
  1. Run the Server
$ rails s

Notes

Document how you solved each section in the requirements list.