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.
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.
bin/rails server
: Start server on development mode (listening onlocalhost:3000
)