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

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

Primary LanguagePython

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.