Skip to content

TourGuide for your application that is configurable and easy to use. This uses the element.target stuff where you can target the HTML element and give the tour guide for your application.

Notifications You must be signed in to change notification settings

saiprasaddevare/tour_guide

Repository files navigation

README

Requirement

  • Ruby version 3.0.0
  • Postgres

Setup

  • Create database for tour_guide application.

  • Create a user in postgres

  • Give permission and password for the user

    Steps

    Create Database for the tour gide application
    • createdb -U tour_guide tour_guide_development
    Open the postgres console and follow below comand
    • CREATE role tour_guide with createdb login password 'password_here';
    • GRANT ALL PRIVILEGES ON DATABASE "tour_guide_development" to tour_guide;

About

TourGuide for your application that is configurable and easy to use. This uses the element.target stuff where you can target the HTML element and give the tour guide for your application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published