Skip to content

EvansMutwiri/forest-animal-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standard-readme compliant

forest-animal-tracker

An application that allows Rangers to track wildlife sightings in a forest.

Demo

See the live demo

Table of Contents

Author

EvansMutwiri

Background

The Forest Service is considering a proposal from a timber company to clearcut a nearby forest of Douglas Fir. Before this proposal may be approved, they must complete an environmental impact study.
This application allows Rangers to track wildlife sightings in the area.

Installation

  1. Have Java installed.
  2. Gradle is used as the build tool.
  3. Postgresql
$ psql

Production database database

=# CREATE DATABASE wildlife_tracker;

Development Database

=# CREATE DATABASE wildlife_tracker_test;

Connect to database

=#\c wildlife_tracker

Create tables

=# CREATE TABLE sightings (id serial PRIMARY KEY, name varchar, type varchar, location varchar, rangerName varchar); 
=# CREATE TABLE animals (id serial PRIMARY KEY, name varchar, type varchar, age int, health varchar, location varchar, rangerName varchar); 

TECHNOLOGIES USED

  • java
  • java spark
  • handlebars java
  • gradle compiler

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2021 EVANS MUTWIRI

About

App that allows rangers to track animals in a forest and record the data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published