Git Product home page Git Product logo

wild_map's Introduction

WILDMAP

Author

Lorenah M.

Description

This application was inspired by Douglas Fir for a case study on whether the forest authority should allow deforestation or not. It allows rangers to track wildlife sightings in the area.

Behavior Driven Development

Input Description Output
Add animal (endangered & common) click on the add animal button animal added to list.
Add sighting click on add sighting button new sighting is added
View animals/ sightings click on link on the navigation bar all recorded animals and sightings are seen
Edit/Delete animal/sighting click on edit/delete button new animal/sighting is edited/deleted

Pre-requisites

1.You need to have java installed. You can use sdkman. Follow the instructions on the sdkman installation process. Then install java:

sdk install java

2.Gradle This is a build tool for the java app, you can install it through sdkman:

sdk install gradle

Setup

  1. You will need Internet connection.

  2. Get to this WildMap repo on github.

Link:-> https://github.com/LORENAH-MBOGO/Wild_Map

  1. From there you can access WildMap.

  2. Clone the project.

  3. get into project folder (cd into project).

  4. If you have all the Pre-requisites you can run the application.

gradle run

navigate to localhost:4567 to view the website.

SQL

  1. Install postgres.[ Create User with password.]
1.Launch postgres
2.Type in psql
Run these commands
3. CREATE DATABASE wildmap;
4. \c wildmap;
5. CREATE TABLE animals (id serial PRIMARY KEY, name varchar, health varchar, age varchar, type varchar);
6. CREATE TABLE sightings (id serial PRIMARY KEY, animal_id int, location varchar, ranger_name varchar, timestamp timestamp);
7. CREATE DATABASE wildmap_test WITH TEMPLATE wildmap;
8. Make sure to edit the DB.java file with the credentials created in order to connect to your database.

Technologies used

Contributions and support.

In case of any issues, bugs, or you would like to contribute or support, contact me via:

License

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

wild_map's People

Contributors

skylar-lorena 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.