Is a management software that help you to control and manage your Car Dealership business.
Create a database.yml based on database.sample.yml
To build using docker-compose:
% docker-compose build
% docker-compose run web rake db:create
% docker-compose run web rake db:migrate
And to start:
% docker-compose up
To run the tests:
% docker-compose run web rspec
Go to localhost:3000.