Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 1.58 KB

README.md

File metadata and controls

64 lines (52 loc) · 1.58 KB

Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.

Airbnb clone project

Dating application

  • Browse through a diverse range of profiles to find the perfect match for your next date.

  • Seamlessly book a date with your chosen person, just like booking accommodations on Airbnb.

  • Keep track of your upcoming dates and receive notifications about important updates.


Getting Started

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

Inside .env, set these variable.

CLOUDINARY_URL=your_own_cloudinary_url_key
MAPBOX_API_KEY=your_own_mapbox_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Team Members

  • Xuemei Huang
  • Rika Saito
  • Jun Ukemori
  • Juan David Bernal