Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 579 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 579 Bytes

Desafio de programação 1B

Installation

Run these commands to install and run the project in your localhost:

Clone the repository

git clone [email protected]: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

Running Tests

Use the command to run your specs:

bundle exec rspec spec