Ches-ctrl / petsy

An airbnb (and etsy πŸ˜…) inspired website offering pet sitting services for pet owners across the UK!

Home Page:https://petsy-1052.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Petsy

Live website: https://petsy-1052.herokuapp.com/

About the project

Petsy is a website designed for pet owners to find local pet sitters in their area. Filterable by animal and location, users can get in contact with potential pet sitters on availablity. There is an additional user journey to set up a profile as a pet sitter so that a user can look for services or list their own. ✨ Reviews, availability and the secondary user journey are features in the works! ✨

How to use

  1. Create an account and toggle through to the profile page to list your pets.
  2. On the homepage is the pet sitting search functionality - fill in the search fields to find a local pet sitter in the area.
  3. Filter through pet sitters to find the ideal candidate.
  4. Make a booking and await their response on availablity.
  5. Confirm your booking!

Tech Stack

Frameworks & libraries used to make Petsy

  • Ruby on Rails
  • JavaScript
  • CSS & SASS
  • Bootstrap
  • Stimulus
  • Mapbox API
  • Cloudinary API

Version control & deployment: GitHub | Heroku

Installation

In order to run our app locally, you will need to have already installed Yarn and Rails. Check them with:

$ yarn -v
$ rails --version

If no version number is returned, please install Yarn and/or Rails before continuing.

We used Rails v7.0.4 and Ruby v3.1.2.

git clone git@github.com:lstone123/petsy.git
cd petsy
bundle
yarn
bin/rails db:setup
bin/dev

Our API keys are hidden. You will need to touch a .env file and add your own Mapbox and Cloudinary API keys.

About

An airbnb (and etsy πŸ˜…) inspired website offering pet sitting services for pet owners across the UK!

https://petsy-1052.herokuapp.com/


Languages

Language:Ruby 57.9%Language:HTML 27.4%Language:SCSS 11.5%Language:JavaScript 3.0%Language:Shell 0.1%