/adtsys

A mini app in Rails.

Primary LanguageRuby

AdtSys Cars

A mini app in Rails. (Adtsys selection process)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities

rails 4.2
ruby 2.3.1
docker -> 1.12.1 or latest version
docker-compose -> 1.8.1 or latest version

running the project

git clone git@github.com:geiltonxavier/adtsys.git

cd adtsys

sudo docker-compose run web

access http://localhost:3000



Running the tests

Use the ```rspec``` command to run your specs:
bundle exec rspec