This is a clone of AirBnB, built in a week, that allows users to list spaces they have available, and to hire spaces for the night.
We used Sinatra and Ruby/erb for the front end. As our first group project, we wanted to keep it simple whilst still building a working MVP. Having to make manual database queries really strengthened our understanding about what was happening under the hood.
First, clone this repository. Then:
cd MakersBnB
bundle install
rackup
visit http://localhost:3000/ (which will likely be the route). However if not, replace '3000' with whatever the server gives you.
When in the main project directory, run:
rspec
- Sign up
- View spaces and filter by available dates
- Request a booking
If you would like to contribute to this project, please submit a pull request at our github page.