rafaelrpbelo / car_dealership_sm

Car dealership SM (Software Mangement) - The app for car dealership

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Car Dealership SM

Is a management software that help you to control and manage your Car Dealership business.

Settings

Database

Create a database.yml based on database.sample.yml

Run

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.

About

Car dealership SM (Software Mangement) - The app for car dealership


Languages

Language:Ruby 69.0%Language:HTML 27.0%Language:JavaScript 3.7%Language:CSS 0.3%