Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 2.01 KB

README.md

File metadata and controls

57 lines (34 loc) · 2.01 KB

Pets Sitting

Authors

Summary

Getting Started

Installing

  • Fork and clone this repo
  • Run bundle install
  • Run rails db:{create,migrate}
  • To seed test database
    • Run rails db:seed RAILS_ENV=test

Running the tests

  • bundle exec rspec to run the test suite

Pages

Booking form page

Screenshot 2023-05-21 at 11 20 58 AM

Admin Booking Index page

Screenshot 2023-05-21 at 11 23 41 AM

Admin Booking edit page

Screenshot 2023-05-21 at 3 04 44 PM

Built With

postgresql rails ruby

Reflection