Skip to content

SKoding/Spatial_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A GIS web application for Spatial editing.

My Skills

Installation

  1. Create Virtual Enviroment

virtualenv env

  1. Activate env enviroment

source back/bin/activate

  1. Move-into main folder

cd backend/main

  1. Install packages from requirements.txt

pip install -r requirements.txt

  1. Create env. A dot-env file to store database connection parameters

create using your file editor

  1. Add the following and configure with your appropriate parameters

DB_HOST = "localhost"
DB_NAME = "DATABASE_NAME"
DB_PASSWORD = "PASSWORD"
DB_USER = "DATABASE_USER"

  1. Running application

python3 manage.py runserver

  1. Django Migration

python3 manage.py makemigrations

  1. Creating Superuser

python3 manage.py createsuperuser

NOTE Access backend using localhost:PORT/admin/

Disclaimer

This is an ongoing project to create a web application using Django and React to consume data stored in a Postgresql database. For any bugs noted or contribution, you are welcome to report.

About

A GIS web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published