/carwash

A demo carwash application

Primary LanguageRuby

Carwash

A carwash application for tracking vehicles and washes.

Setup

  1. Fork/clone $ git clone
  2. Hop in $ cd carwash
  3. Bundle $ bundle
  4. Migrate $ bundle exec rails db:migrate
  5. Seed $ bundle exec rails db:seed

Tests

All of the requested specs (and more) are covered by tests. To run the full suite:

$ bundle exec rspec spec