/Geolocator

Get the geographical data (such as state, country, longitude, latitude, etc) of a location.

Primary LanguageHTML

Geolocator

Get useful information of Geographical locations such as postal code, city, state, country, latitudes and the longitudes (the specific coordinates), etc. Built using Python and Django Framework

URL to project: https://geolocator.realitystevens.me

Prerequisites

  • Install Python

  • Install the python modules using

$ pip install -r requirements.txt
  • Migrate the database (as required) using
$ python3 manage.py migrate
  • Run the development server using
$ python3 manage.py runserver