DigitalCommons / land-explorer-back-end

GNU Affero General Public License v3.0
0 stars 0 forks source link

Land Explorer Back End

This application provides the back-end functionality for Land Explorer. It has 4 main features:

Requirements

Installation

Note: current setup does not support polygon database. With this migration and seed, running the api/ownership/ endpoint will error.

Dev command cheat sheets

Unit tests

Writing a unit test

APIs

See the full list of APIs and their purpose by looking at the bottom of each file in the src/routes/ directory.

TODOs