Run these commands to install and run the project in your localhost:
Clone the repository
git clone git@github.com:guilhermehilst/desafio-programacao-1b.git
Enter the project directory
cd desafio-programacao-1b
Install gems
bundle install
Create database and run migrations
rake db:create db:migrate
Initialize server
rails s
Access the website on your favorite browser
http://localhost:3000
Use the command to run your specs:
bundle exec rspec spec