Coder Social home page Coder Social logo

vokumu / wildlifetracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23.74 MB

This is a simple application that allows Rangers to track wildlife sightings in the Douglas Fir forest. Two main categories of animals have tracked the safe and endangered species.

Home Page: https://wildlifetrackervicky.herokuapp.com/

HTML 6.99% CSS 4.33% JavaScript 5.01% Handlebars 46.05% Java 37.62%

wildlifetracker's Introduction

Douglas Fir Wildlife Tracker


Project Description

This is a simple application that allows Rangers to track wildlife sightings in Douglas Fir forest. Two main categories of animals are tracked the safe and endangered species.

ScreenShort

img.png

Application Link

link

Author Information

Victoria Okumu

Setup Instructions

To start using this project use the following:

  1. Make sure you installed java application

  2. install the following java requirements JUnit, intellij, SDK, JDK.

  3. git clone

  4. Navigate into the hero-squad directory - cd Wildlife-tracker-project /Navigate into the src/main/java/App.java and click run in intellij.

  5. Go to your browser and type localhost:4567

Database Setup

To set up the database:

  • Run psql in the project terminal.
  • Type the command: CREATE DATABASE wildlife_tracker;
  • Navigate into the database by typing the command: \c wildlife_tracking;
  • Create the required tables by running the following commands:
  • CREATE TABLE rangers (id serial PRIMARY KEY, name VARCHAR, badge_number INT,phone_number int);
  • CREATE TABLE animals(id serial PRIMARY KEY,name varchar,type VARCHAR);
  • CREATE TABLE endangeredAnimals(id serial PRIMARY KEY,name varchar, health VARCHAR, age VARCHAR;
  • CREATE TABLE locations (id serial PRIMARY KEY,name VARCHAR);
  • CREATE TABLE sightings (id serial PRIMARY KEY,animal_id INT, rangerName varchar, location VARCHAR); Create a test database by typing the command: CREATE DATABASE wildlife_tracking_test WITH TEMPLATE wildlife_tracking;

Technologies Used

  • JDK
  • Junit
  • Java
  • SDK
  • IntellijIDEA
  • Bootstrap
  • Gradle
  • maven
  • Spark
  • CSS

Contact Information

Copyright & License

Copyright

    *AngularJs
    *Bootstrap

License

MIT 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

wildlifetracker's People

Contributors

vokumu avatar

Watchers

 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.