Skip to content

The app simply tracks the endangered different species of animals available in the wild.

Notifications You must be signed in to change notification settings

Joseph-beep-tech/Wildlife-tracker

Repository files navigation

AUTHOR

Joseph Okoth

Description

  • The app simply tracks the endangered different species of animals available in the wild.

Application set-up

  • You have an idea (preferred Intellij) -You have a idea (preferred Intellij) -Clone the repo git clone https://github.com/Joseph-beep-tech/Wildlife-tracker -Open the folder from github in your Intellij Idea -On your terminal type psql to open postgresql command shell -Create database CREATE DATABASE database_name -Connect to the DB \c database_name -Create table CREATE TABLE table_name(name varchar)

in psql:

  • CREATE DATABASE wildlife_tracker;
  • CREATE TABLE animals (id serial PRIMARY KEY, animalName varchar ,type varchar ,age varchar, health varchar);
  • CREATE TABLE sightings (id serial PRIMARY KEY, location varchar, rangerName varchar, wildlifeId int );

Contribution

Known bugs

If there seem to be any bugs on the web app, do reach via the following email.

Licence and copyright

The app is under the: MIT Licence Joseph Okoth 2020

About

The app simply tracks the endangered different species of animals available in the wild.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published