Skip to content

Haidamac/ck_tour-1

Repository files navigation

Rails API Tourist portal of Cherkasy region

GeekHub graduation project by Alina Cheriapkina and Serge Krynytsia

How to install

  • Use git clone to clone repository - type in console
git clone git@github.com:alinajuly/ck_tour.git
  • Install Ruby version '3.1.2' use instruction
https://www.ruby-lang.org/en/documentation/installation/

You may already have Ruby installed on your computer. You can check in console by typing:

ruby -v
  • Install the required gems (Gemfile) in ck_tour derictory (type in console)
gem install bundler
bundle install
  • Type in console:
rails db:create
rails db:migrate
rails db:seed

How to use

type in console

rails s

Open Swagger UI in browser

localhost:3000/api-docs

Visit to see project with front-end and design

cktour project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published