Our project “Advance Intelligent Tourist Guide" is an umbrella for all the globetrotters, tourists, casual weekend planners, etc. It provides all the facilities to the tourists for booking their vacations and holidays for either business or pleasure purposes. Moreover, the purpose is to accessorize the solution with more advanced technologies such as social media, different applications & features, advertisements, etc which will mitigate the problem for both customers and the company to reach out to each other and discovering a single stop for everything with a plethora of favorable deals coming their way for the buyers.
- Pages
- How to run server
- Contribution Guidelines
- Contributors
- Licence
Here you will be able to view four metropolitan cities of India i.e. Delhi, Mumbai, Chennai and Kolkata. Also here is the page from where you can register user and Sign-in to our website. (P.S.- You wont be able to book a table in a restaurant unless you are signed in to our website)
And based on your interest you can visit any city and see complete tour guidelines for that particular city. So lets suppose you click Delhi, so you can view different Events, Places to Visit, Shops and Market and FAQs.
Here we'll have restaurants for 4 metropolitan cities i.e. Delhi Mumbai, Chennai and Kolkata. Example if user is visitng Delhi and s/he wishes to checkout latest restaurants in Delhi, so he could find it here. Also, s/he could book a table from out site if he is register to our website. So, Delhi restaurnats would like:
So lets say that you are signed in to our website and you want to book a table from our site, so you can book that from our site itself.
Here we'll have must see places to visit for 4 metropolitan cities i.e. Delhi Mumbai, Chennai and Kolkata. Example if user is visitng Delhi and s/he wishes to checkout all the places that s/he can visit during his/her visit to Delhi. And the page would look like:
Here we'll have events organised in the 4 metropolitan cities i.e. Delhi Mumbai, Chennai and Kolkata. Example if user is visitng Delhi and s/he wishes to checkout latest events that are being aired in Delhi, so he could find it here. And the page would look like:
Here we'll have shops and amarkets for 4 metropolitan cities i.e. Delhi Mumbai, Chennai and Kolkata. Example if user is visitng Delhi and s/he wishes to checkout shops and markets in Delhi, so he could find it here. And the page would look like:
Here we'll have the general questions with answers and Travel related queries.
Here is the inbuilt interface of Django Admin page, from here you can add all the restaurants, places to visit, events, shops and markets and others.
- Clone the repository in your local machine
- Open project in a code editor (Visual studio code, atom, pycharm, etc)
- Open terminal and run command "pip install -r requirements.txt"
- Activate the virtual environment
- In settings.py enter database credentials and database name
- Navigate where "manage.py" file is located and run command "python manage.py makemigrations", then "python manage.py migrate"
- At last run command "python manage.py runserver" to run server
- To access admin panel, create django superuser and add "/admin" in the url in the browesr
Contributions are always welcome! Please ensure your pull request adheres to the following guidelines:
- Alphabetize your entry.
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Suggested READMEs should be beautiful or stand out in some way.
- Make an individual pull request for each suggestion.
- New categories or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive.
- Start the description with a capital and end with a full stop/period.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
- Anoop Gupta - Connect on Github
- Muskan Goel - Connect on Github
- Anushree Krishania - Connect on Github
- Tanmay Chaturvedi - Connect on Github
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.