Skip to content

An Airbnb Clone built in Ruby using Sinatra, Capybara, and PostgreSQL.

Notifications You must be signed in to change notification settings

sherwingp/makersbnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makersbnb

An Airbnb Clone built in Ruby using Sinatra, Capybara, and PostgreSQL.

Screenshot-2021-12-16-at-22-43-56.png

Setup

bundle

To set up the database

Connect to psql and create the makersbnb database:

CREATE DATABASE makersbnb;

To set up the appropriate tables, connect to the database in psql and run the SQL scripts in the db/migrations folder in the given order.

To run the Makersbnb app:

rackup -p 3000

To get started, navigate to localhost:3000/

Test setup

Follow the database setup instructions, but with the makersbnb_test database.

To run tests:

rspec

About

An Airbnb Clone built in Ruby using Sinatra, Capybara, and PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •