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.
Watch Book My Guide Video Demo
- 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
- Open this repo in terminal of your choice, run these following commands
- "cd client\bmtg"
- "npm i"
- "npm start"
- Open another terminal and run these following commands in the newly opened terminal
- "docker-compose -d --build"
- "docker-compose exec web python manage.py makemigrations --noinput"
- "docker-compose exec web python manage.py migrate --noinput"
- "docker-compose exec web python manage.py seed_days --noinput"
- "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/