Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 524 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 524 Bytes

Survey Computations App

As seen on https://surveytools.herokuapp.com/

This is an app that can be used by a surveyor out in the field to do simple computations.

Specs

  1. Enables surveyor compute area of a polygon given coordinates
  2. More to be added

Tech Used

  1. Python
  2. Django
  3. JavaScript
  4. HTML
  5. CSS

Setup Instructions

$ git clone https://github.com/ngenovictor/surveycomputations.git
$ cd surveycomputations
$ python3 manage.py runserver