Skip to content

An Airbnb Clone, Bikey Bee is a marketplace for people to rent out their bicycles.

Notifications You must be signed in to change notification settings

jordannadroj/bikey_bee

Repository files navigation

Bikey Bee

Bikey Bee is a project built from 4 students enrolled in the Full Stack Web Development course at Le Wagon. The purpose of this project was to clone Airbnb.

This web application is built on Ruby on Rails with Ruby, HTML, CSS, & Javascript

Team

Web Stack

  • Github
  • Ruby on Rails
  • PostgreSQL
  • Heroku

Libraries

  • Devise (authentication)
  • Pundit (authorization)
  • Cloudinary
  • Geocoding with Mapbox
  • Flatpickr
  • PG Search
  • Bootstrap
  • AJAX in Rails

Install

Clone the repository

git clone [email protected]:jordannadroj/bikey_bee.git
cd project

Check your Ruby version

ruby -v

The ouput should start with something like ruby 2.5.1

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 2.5.1

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Initialize the database

rails db:create db:migrate db:seed

Add heroku remotes

Using Heroku CLI:

heroku git:remote -a project
heroku git:remote --remote heroku-staging -a project-staging

Serve

rails s

Deploy

With Heroku pipeline (recommended)

Push to Heroku staging remote:

git push heroku-staging

Go to the Heroku Dashboard and promote the app to production or use Heroku CLI:

heroku pipelines:promote -a project-staging

Directly to production (not recommended)

Push to Heroku production remote:

git push heroku

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

An Airbnb Clone, Bikey Bee is a marketplace for people to rent out their bicycles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •