Skip to content

Book My Guide is a platform that helps people working in the tourism industry digitalize their services and along with that, it also safeguards a consumer's right to fair price and good service.

Notifications You must be signed in to change notification settings

himalaya0035/Book-My-Guide

Repository files navigation

Book-My-Guide

Book My Guide is a platform that helps people working in the tourism industry digitalize their services and along with that, it also safeguards a consumer's right to fair price and good service.

At first, we are starting by digitalizing the service of tour guides and soon we will expand our reach to more people working in the tourism industry.

View Video Demo Here

Watch Book My Guide Video Demo

To Run our app follow these steps :

  1. Clone this repo : make sure you have docker installed in your Pc. if not installed already install it from here https://www.docker.com/get-started
  2. Open this repo in terminal of your choice, run these following commands
  3. "cd client\bmtg"
  4. "npm i"
  5. "npm start"
  6. Open another terminal and run these following commands in the newly opened terminal
  7. "docker-compose -d --build"
  8. "docker-compose exec web python manage.py makemigrations --noinput"
  9. "docker-compose exec web python manage.py migrate --noinput"
  10. "docker-compose exec web python manage.py seed_days --noinput"
  11. "docker-compose exec web python manage.py seed_tags_names --noinput"

After succesfull completion of all the commands you can acess the client app on http://localhost:3000/

Note : You need to follow the above steps only once i.e in the initial boot up of application, after that you can access the app anytime by running only a single command "docker compose up"

Screenshots

image image image image image image image image image image image

View Video Demo Here

Watch Book My Guide Video Demo

About

Book My Guide is a platform that helps people working in the tourism industry digitalize their services and along with that, it also safeguards a consumer's right to fair price and good service.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published