Skip to content

Django application using the Google Maps API to display maps, distance and location data .

Notifications You must be signed in to change notification settings

hemrajmalhi/Django-project-with-Google-Maps-API-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Django application using the Google Maps API to display maps, distance and location data .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published