Skip to content

guilhermehilst/desafio-programacao-1b

 
 

Repository files navigation

Desafio de programação 1B

Installation

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

Running Tests

Use the command to run your specs:

bundle exec rspec spec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.1%
  • HTML 21.2%
  • CSS 4.2%
  • JavaScript 1.4%
  • CoffeeScript 1.1%