Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.24 KB

Tour Operator website

Table of Contents

About

Это сайт, который является макетом для сайта туроператора.

Getting Started

Попробовать сайт можно тут. Для локального запуска понадобится: MySQL, Ruby on Rails 6.1.3, Ruby 3.1.2, Bundler.

Windows

You can get all the necessary tools by downloading RubyInstaller.

Linux

Good instruction is here.

Installing

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.