Airbnb des îles

Getting Started

Installation

To install the app :

git clone https://github.com/mickaelzhang/airbnb-ror.git
cd airbnb-ror/
bundle install # Install dependencies

Don't forget to install Postgres and create a database named airbnb_development for local.

You also might want to install EditorConfig, please check the plugin for your IDE here.

Requirement

To prevent any issue related to version specific bug, the project is running on :

  • Ruby 2.4.2
  • PostgreSQL 8.4 and later

Please check your version.

Scripts

  • bin/rails server: Start server on development mode (listening on localhost:3000)