Это сайт, который является макетом для сайта туроператора.
Попробовать сайт можно тут. Для локального запуска понадобится: MySQL, Ruby on Rails 6.1.3, Ruby 3.1.2, Bundler.
You can get all the necessary tools by downloading RubyInstaller.
Good instruction is here.
Use git clone
in command line being in desired directory.
$ git clone https://github.com/SlavaNixon/TourOperator .
After clone start bundle
.
$ bundle
After use this command for database migrations
$ cp .env.example .env && bundle exec rails db:migrate
After installing gems you can start local server.
$ bundle exec rails s
Now you can open any browser and go to http://127.0.0.1:3000
to use service.