Skip to content

visse0001/Nearbyshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nearbyshops

The application can be used to search nearest shops.

How it looks

Download

To begin using this application use link below to get started.

Download Nerbyshops

Development setup

  • create venv

    At the time of creating this app QGIS does not work with Python 3.7, so you will need a copy of Python 3.6.
  • install Python 3.6
  • install postgresql after install posgresql we need to run command:
    sudo -u postgres psql
    CREATE USER user001 WITH PASSWORD ‘123456789’;
    ALTER ROLE user001 SUPERUSER;
    CREATE DATABASE gis;
    We have to check postgresql version:
    pg_config --version
    Please install postgis extensions using the below command:
    sudo apt-get install postgis postgresql-10-postgis-scripts
    Please use the postgis version same as your postgres db.

Usage

  • python manage.py runserver

Location

Location is hard-coded.

Bugs and Issues

Have a bug or an issue with this application? Send an email to:

san.kuczynska@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published