The Wayback Machine - https://web.archive.org/web/20200913153038/https://github.com/peter-wachira/WildlifeTracker
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Wildlife Tracker

Wildlife Tracker, April 28th 2019

By Peter Wachira

Description

An application that allows Rangers to track wildlife sightings in the area.

Technologies Used

forthebadge forthebadge forthebadge forthebadge

Installation

  • git clone <https://github.com/peter-wachira/WildlifeTracker.git> this repository
  • cd WildlifeTracker

SQL

1.Launch postgres
2.Type in psql
Run these commands
3. CREATE DATABASE wildlife_tracker;
4. \c wildlife_tracker;
5. CREATE TABLE animals (id serial PRIMARY KEY, name varchar, health varchar, age varchar, type varchar);
6. CREATE TABLE wildlife_tracker=# CREATE TABLE sightings (id serial PRIMARY KEY, animal_id int, location varchar, ranger_name varchar, timestamp timestamp);
7. CREATE DATABASE wildlife_tracker_test WITH TEMPLATE wildlife_tracker;

User Requirements

The applications allow users to do the following:
1.Add a new animal
2.Add an endangered animal
3.Add an animal Sighting

Contact Details

You can contact me at pwachira900@gmail.com

License

  • This project is licensed under the MIT Open Source license Copyright (c) 2019. LICENCE

forthebadge forthebadge

About

An application that allows Rangers to track wildlife sightings in the area.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.