This application would list the nearby shops closer to the user’s location. The location-based web apps in Django by using its sub-framework known as GeoDjango is to be made.
----------------------------------------------------------------------------------------
Python3 OSGeo4w
Install the dependencies by running:
pip install psycopg2-binary
Initialize the docker container and navigate to the nearbyshops folder which has manage.py file then run the following command on cmd
docker run --name=postgis -d -e POSTGRES_USER=user001 -e POSTGRES_PASS=123456789 -e POSTGRES_DBNAME=gis -p 5432:5432 kartoza/postgis
python manage.py runserver
Backend
: Python3
Framework
: Django
Database
: PostgreSQL
Frontend
: Html