This is a clone of AirBnB built using Ruby, Sinatra and PostgreSQL. It was a group project as part of Makers Academy and we named our version MakersBnB.
- [Ruby 3.0.2] As our coding language
- [Sinatra] Our DSL use for writing web apps
- [Capybara] For user testing
- [RSPEC] For unit testing
- [PostgreSQL] Our local database
- [CSS]
- [HTML]
- Standups every morning at 10:00
- Retro at 5:30 every evening
- Pair programming throughout the whole project
- Regular check-ins with team members to make sure nobody was left behind
- Trello board for distributing work and staying on track
- Fork this repository
- Clone your fork to your local machine
- Type
bundle install
to install dependencies
- Connect to psql
- Create the database using the psql command CREATE DATABASE makersbnb;
- Connect to the database using the pqsl command \c makersbnb;
- Run the query we have saved
- Type
ruby app.rb
in terminal to run local server - Browse to local address given in terminal