Clone the repository in your local with the next command:
$ git clone [email protected]:albertm805/magmalabs-estimator.git
You need to install the dependencies specified in your Gemfile, you do this with the next command:
$ bundle install
Create the database with the following command:
$ rake db:create
You need to setup the migrations with the next command:
$ rake db:migrate
$ rails s
And finally go to your local server with the next route in your navigator
http://localhost:3000