jorgeants / RDTestApp

The application that show users that accessed the partners sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDTestApp

The application that show users that accessed the partners sites

Dependecies

  • Ruby version 2.3.4
  • Bundler
  • PostgreSQL version 9.2 or above

Prepare

Clone this repository and execute the comands in your terminal:

bundle install

rails db:create db:migrate

rails db:create db:migrate RAILS_ENV=test

Up the server

For run the application and view in your browser, run this:

rails s

Tests

This application use Rspec and Capybara for tests. Run with the command:

rspec spec

About

The application that show users that accessed the partners sites


Languages

Language:Ruby 71.6%Language:HTML 22.9%Language:CSS 3.8%Language:JavaScript 1.8%