#About the project
This is a OneBitCode course project whose goal is to develop a replica of the Airbnb hosting reservations system. In this repository will be produced the system API using Ruby on Rails 5 API, PostgreSQL, Elastic Search, Redis, Docker for project containerization.
* Docker
* Docker Compose
* Application
* Postgres
* Elastic Search
* Redis
$ mkdir data data/application && touch data/application/.env
cp data/application/.env.dist data/application/.env
$ docker-compose up --build
$ docker-compose run website rails db:create db:migrate
with Elastic Search runing: $ docker-compose run website rails db:seed
$ docker-compose run website rspec