Skip to content

This application is used to track animals all the functionality relies on the database all animals data is dynamically generated from the backed

License

Notifications You must be signed in to change notification settings

marynm-code/WildlifeTracker

Repository files navigation

Author

  • mary muthoni

Description

this app allows  tracking of  wildlife animals sightings

TOC

Technologies Used

forthebadge forthebadge forthebadge forthebadge

Installation

  • git clone <https://github.com/Bria222/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;

Requirements

The applications allow users to do the following:

1.Add a new animal
 
2.Add an endangered animal

3.Add an animal Sighting

Known Bugs

  • Quick note that The page loads a bit slow due to the hosting, kindly be a little patient everything works just fine.
  • There are currently no tests done for this project.
  • As at the time this project was made, responsiveness was not a major concern
  • The project is currently not being maintained any more
  • Thanks for understanding.

Contact Details

You can contact me at muthonim62@gmail.com

About

This application is used to track animals all the functionality relies on the database all animals data is dynamically generated from the backed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published