https://github.com/hemrajmalhi/django-project-with-google-maps-api-integration
Django application using the Google Maps API to display maps, distance and location data .
https://github.com/hemrajmalhi/django-project-with-google-maps-api-integration
api djnago-project google-maps-api goolge-maps
Last synced: 12 months ago
JSON representation
Django application using the Google Maps API to display maps, distance and location data .
- Host: GitHub
- URL: https://github.com/hemrajmalhi/django-project-with-google-maps-api-integration
- Owner: hemrajmalhi
- Created: 2023-04-30T08:41:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T08:35:27.000Z (about 3 years ago)
- Last Synced: 2025-04-06T20:12:50.370Z (over 1 year ago)
- Topics: api, djnago-project, google-maps-api, goolge-maps
- Language: Python
- Homepage:
- Size: 186 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Project with Google Maps API Integration
This is a Django project that integrates the Google Maps API to display maps and location data. The project includes a Django application that allows users to search for locations on the map and view additional details about those locations.
## Installation
To install this project, you will need to have Python and Django installed on your machine. You will also need to obtain a Google Maps API key.
1. Clone this repository to your local machine.
2. Install the required dependencies by running `pip install -r requirements.txt`.
3. Set your Google Maps API key in the `settings.py` file.
4. Run the Django server by running `python manage.py runserver`.
## Usage
Once the Django server is running, you can access the project by navigating to `http://localhost:8000/` in your web browser. From there, you can use the search bar to search for locations and view them on the map.
## Contributing😎😎
Contributions to this project are welcome! If you would like to contribute, please fork this repository and submit a pull request.