A web project developed using Django showcasing popular nearby restaurants using Zomato API.
The user can search for restaurants in any location using the search bar powered by Google Places Autocomplete API. The address will be auto converted to latitude and longitude by Google Geocoding API. He/she can see the details of each restaurant and basic information including reviews and location of the restaurant in a static map provided by Google Maps Static API.
Users are created by the default Django User Model, and data is saved in SQLite3.
- Developed using Django
- Restaurant data provided by Zomato API
- Location geocoded by Google Geocoding API
- Locations generated in search bar by Google Places Autocomplete API
- Location of restaurant provided by Google Maps Static API
-
Djomato/DJEats/views.py
-
Put your Zomato API key in
api_key
-
Put your Google Maps Static API key in
google_static_map_api
-
Put your Google Maps Static API signature in
google_static_map_signature
-
Put your Google Geocoding API key in
google_maps_api_key
-
Put your default latitude in
latitude
-
Put your default longitude in
longitude
-
-
Djomato/DJEats/templates/base.html
- Put your Google Autocomplete API key in
<script src>
in<body>
- Put your Google Autocomplete API key in
-
Djomato/Djomato/settings.py
- Put your secret key in
SECRET_KEY
- Put your secret key in
python manage.py runserver
Adnan Hakim github.com/adnanhakim
Arsh Shaikh github.com/arshshaikh06
Copyright (c) 2019 Adnan Hakim
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.