Skip to content

This is a Django project which simplifies feature of a map using Google maps API. Help your users find the best way to get from A to Z with comprehensive data and real-time traffic.Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design

Notifications You must be signed in to change notification settings

Shraddhasaini/GooglemapwithDjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🗺️ GooglemapwithDjango

forthebadge made-with-python

GitHub issues GitHub pull-requests

This is a Django project which simplifies feature of a map using Google maps API.

Help your users find the best way to get from A to Z with comprehensive data and real-time traffic.

🌈 API for Routes :

  • Directions API
  • Distance Matrix API
  • Roads API

🚀 Usage :

  1. First step is to install Django on you machine
  2. cd into mymap
  3. Enter command $python manage.py runserver
  4. Go to browser
  5. Starting development server at http://127.0.0.1:8000/
  6. For index page : http://127.0.0.1:8000/mapapp/
  7. For direction page: http://127.0.0.1:8000/mapapp/mapapp/diretion/
  8. If error:port already in use: enter command : $sudo fuser -k 8000/tcp

🌴 Contribution :

contributions welcome GitHub contributors

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • Open up a New Github issue if you find a bug and it have not been lready reported by searching on GitHub under Issues section.

Did you write a patch that fixes a bug? 🐛

  • Open a new GitHub pull request with the patch
  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable
  • Once you open up a Pull Request the maintainer will check the PR and merge it.

Do you aim to add a brand new feature or change an existing one?

  • Suggest your change in the to us and start writing code.
  • Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.

Do you have questions about the source code?

  • Want to ask any question about this project us you can simply create an issue. we will reply to your questions there.

Thanks for taking out your time!

About

This is a Django project which simplifies feature of a map using Google maps API. Help your users find the best way to get from A to Z with comprehensive data and real-time traffic.Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published