Skip to content

SlavaNixon/TourOperator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Prototype website of a tour operator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published