Skip to content

dkumar431/online_barber_shop

Repository files navigation

Setup application in development:

bundle install rake db:create db:migrate db:seed rails s

Unit test: rake db:migrate RAILS_ENV='test'

to run all specs.

rspec spec/

to run specific spec file

rspec spec/models/customer_spec.rb

App hosted at: https://online-barber-shop.herokuapp.com/

About

An online Barber shop application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published