Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bria222/animal2
https://github.com/bria222/animal2
heroku-deployment java postgres spark velocity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bria222/animal2
- Owner: Bria222
- License: mit
- Created: 2021-09-22T23:10:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T23:21:28.000Z (over 3 years ago)
- Last Synced: 2024-11-09T11:26:33.286Z (3 months ago)
- Topics: heroku-deployment, java, postgres, spark, velocity
- Language: Java
- Homepage: https://wildlife-app2.herokuapp.com/
- Size: 8.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot (77)](https://user-images.githubusercontent.com/64264883/134434421-2ae53014-f60f-49c9-a942-8a4b92c39dd2.png)
![Screenshot (78)](https://user-images.githubusercontent.com/64264883/134434465-1f30e2c8-8b67-47dd-8e6c-550742f2b617.png)
![Screenshot (76)](https://user-images.githubusercontent.com/64264883/134434495-fe53fa7a-0292-460e-9aa8-d295213985de.png)## Description
```bash
this app allows tracking of wildlife animals sightings
```## TOC
- [Installation](#Installation)
- [SQL](#SQL)
- [Tests](#Tests)- [Requirements](#Requirements)
- [Known Bugs](#Requirements)
- [Extras](#extras)## Technologies Used
[![forthebadge](https://forthebadge.com/images/badges/powered-by-electricity.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-java.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-html.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-css.svg)](https://forthebadge.com)## Installation
* `git clone ` this repository
* `cd WildlifeTracker`## SQL
```bash
1.Launch postgres2.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
```bash
The applications allow users to do the following:1.Add a new animal
2.Add an endangered animal3.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
```bash
You can contact me at [email protected]
```