A site for a billiard club that allows you to book services for a selected time.
Model and logic development for booking.
The most interesting was to work with elasticsearch and background jobs.
Implementation of the possibility to book services constantly at the same time. UI view of the site.
- git@github.com:iTechArt-RubyLab/organizer.git
- rails db:create
- rails db:migrate
- rails db:seed
- sudo systemctl start elasticsearch
- redis-server
- sidekiq
- minio server ~/mini0
- rails s