Code Monkey home page Code Monkey logo

makersbnb's Introduction

MakersBnB

Project Aim

To build a clone of airbnb.com that allows users to list spaces they have available, and to book spaces for the night.

Tech/framework used

Front-end:

  • HTML, CSS, Bootstrap

Back-end:

  • Ruby (programming language)
  • PostgreSQL (database)
  • RSpec (unit testing)
  • Capybara (feature testing)

User Stories

Below are the user stories to work from for this project:

As a signed-in user,
So that customers can see what spaces are available to book,
I can add a new listing

As a signed-in user,
So that customers can make a booking from a selection of listings,
I want to be able to list multiple listings

As a signed-in user,
So that customers know where they're staying,
I want to be able to add to my listing a name, price per night and a short description about the listing

As a signed-in user,
So that I can offer customers flexibility,
I want to filter listings by dates of availability

As a customer,
So that I can stay for a night at my chosen listing,
I can request to make a booking to be approved by the owner of the listing

As a customer,
So that there's no double booking on a listing,
I shouldn't be able to request a booking that's unavailable

Domain Model

MakersBnB MVC model

How to use

Set up the project locally

Clone this repository and install all the gems/dependencies by running:

bundle install

Set up the databases by connecting to psql:

psql

Create the MakersBnB (development) and MakersBnB_Test (testing) databases:

CREATE DATABASE "MakersBnB";
CREATE DATABASE "MakersBnB_Test"

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

makersbnb's People

Contributors

rb301 avatar tuyet-le avatar 1jw1 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.