Skip to content

kyle-pazdel/bark-bnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bark BnB

Description

Bark BnB is a clone of a popular short-term homestay web app, but for dogs. Pups can view available rooms, make reservations, and leave reviews with ratings on rooms that they have reserved.

Reveiws on a room listing with a four-star rating Home page with available rooms listed Room reservation page with date selectors

Getting Started

Dependencies

Bark BnB was created with Ruby 3.1.1 on Rails 7.0.4. on a postgreSQL server, and makes use of both the bcrypt gem and the shrine gem.

Installing

This app is currently in development, but can be cloned and run on a local server.

Navigate to your desired directory and use command,

  git clone https://github.com/kyle-pazdel/say-what.git

then bundle install all dependencies with,

  bash/bundle install

run the following commands to create a rails database and migrate.

  bash/rails db:create

  bash/rails db:migrate

Should you with to use the pup-themed seed data for both users and rooms, run the following command.

  bash/rails db:seed

Executing program

To execute a local instance of Bark BnB start a rails server with

bash/rails server

and in your browser navigate to the default Rails server location http://localhost:3000

Authors

Rickie Natividad

Abraham V R Rodriguez

Jack Aubone

Kyle Pazdel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors