Coder Social home page Coder Social logo

kyletrippk / wildlife-tracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruth-mwangi/wildlife-tracker

0.0 0.0 0.0 7.77 MB

Wildlife Tracker is an app that allows one to record sightings of various animal,It allows one to create and view rangers,locations,animals and sightings.

Home Page: https://ruth-wildlife-tracker.herokuapp.com/

Java 51.24% CSS 2.39% HTML 46.37%

wildlife-tracker's Introduction

Wildlife Tracker

Wildlife Tracker is an app that allows one to record sightings of various animal,It allows one to create rangers,locations,animals and sightings. It also allows you to view rangers locations sightings and animals. One can also view sightings a ranger has made and locations with the sightings that have occured in them

Author

Setup/Installation Requirements

  • Fork this repo
  • Clone this repo
  • Open terminal
  • Navigate to appropriate directory using the cd command
  • type in the command git clone and paste the url of clone and then press enter

Setup Requirements for Database

  • In PSQL:
  • CREATE DATABASE wildlife_tracker;
  • \c wildlife_tracker
  • CREATE TABLE animals (id serial PRIMARY KEY, name varchar,type VARCHAR,health VARCHAR,age VARCHAR);
  • CREATE TABLE locations (id serial PRIMARY KEY,name VARCHAR);
  • CREATE TABLE locations_sightings (id serial PRIMARY KEY,location_id INT,sighting_id INT);
  • CREATE TABLE rangers (id serial PRIMARY KEY,name VARCHAR,badge_number VARCHAR);
  • CREATE TABLE rangers_sightings (id serial PRIMARY KEY,ranger_id INT,sighting_id INT);
  • CREATE TABLE sightings (id serial PRIMARY KEY,animal_id INT,ranger_id INT,location_id INT,time TIMESTAMP);
  • CREATE DATABASE wildlife_tracker_test WITH TEMPLATE wildlife_tracker;

In order to run locally

  • Go to DB.class in main/java folder and make necessary changes
  • Go to DatabaseRule in test/java folder and make necessary changes

Technologies Used

  • Java
  • Heroku
  • CSS
  • HBS

Support and contact details

If you come across any problems you can reach me at: [email protected]

License

This project is licensed under the terms of the MIT license. Copyright (c) 2020 Ruth Mwangi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

wildlife-tracker's People

Contributors

ruth-mwangi avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.