Skip to content

The project for CSCE 3444 for Group X. Tristan White, Ashley Torres, Jonathan Kleehammer, and Matthewit Dechatech

Notifications You must be signed in to change notification settings

Tristangva/CSCE-3444-TeamX

Repository files navigation

CSCE-3444-TeamX

The project for CSCE 3444 for Group X

Project Members:

  • Tristan White
  • Jonathan Kleehammer
  • Ashley Torres
  • Matthewit Dechatech

To run, ensure git and Python3.7+ is installed.

To install the python dependencies, run pip install -r requirements.txt

Install GDAL

Note, this step can be hard and time consuming

Javascript packages are used through package.json and package-lock.json

Download postgres

Create a server with these credentials:

...'ENGINE': 'django.contrib.gis.db.backends.postgis',

...'NAME' : 'mapviewer',

...'USER' : 'postgres',

...'PASSWORD' : 'groupx',

...'HOST' : 'localhost',

...'PORT' : '5432',

Start the server with command:

npm run dev && python3 manage.py runserver

If this command doesn't work or your on Windows, run:

npm run dev && python manage.py runserver

Click on the ip address displayed below

admin info(Note you will need to make a new account):

user name: admin

user email: admin@admin.com

password: groupx

To get to admin site, type /admin to end of url

If there are any questions, contact tristanwhite@my.unt.edu

About

The project for CSCE 3444 for Group X. Tristan White, Ashley Torres, Jonathan Kleehammer, and Matthewit Dechatech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published