Latitude-Longitude-To-Address-Converter
A webpage that accepts Latitude and Longitude co-ordinates and displays the corresponding address.
Install the Requirements
$ pip3 install -r requirements.txt
Run the Django Server
$ python3 manage.py runserver