{"id":18538444,"url":"https://github.com/bryanbill/tracker","last_synced_at":"2026-05-05T00:33:03.371Z","repository":{"id":40422721,"uuid":"489288441","full_name":"bryanbill/tracker","owner":"bryanbill","description":"Wildlife animal tracking application","archived":false,"fork":false,"pushed_at":"2022-05-09T16:40:46.000Z","size":215,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T11:05:54.194Z","etag":null,"topics":["animals","handlebars","java","postgresql","spark"],"latest_commit_sha":null,"homepage":"https://tracker.soloo.me","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bryanbill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-06T09:08:41.000Z","updated_at":"2022-05-09T16:41:33.000Z","dependencies_parsed_at":"2022-08-09T20:00:49.798Z","dependency_job_id":null,"html_url":"https://github.com/bryanbill/tracker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bryanbill/tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Ftracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Ftracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Ftracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Ftracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanbill","download_url":"https://codeload.github.com/bryanbill/tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Ftracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262762460,"owners_count":23360329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animals","handlebars","java","postgresql","spark"],"created_at":"2024-11-06T19:43:29.885Z","updated_at":"2026-05-05T00:32:58.345Z","avatar_url":"https://github.com/bryanbill.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tracker\n\n### (Tracker - Moringa School Project)\n\n- [Description](#overall-project-description)\n- [Setup instructions](#setup-instructions)\n- [Technology Used](#languages-and-frameworks)\n- [Licence](#Licence)\n- [Authors Info](#Author)\n\n## Overall Project Description\n\n- Tracker is an application that helps Rangers track animals in the wild.\n\n## Setup Instructions\n\n### Clone the repository\n\nHTTPS: `git clone https://github.com/bryanbill/tracker.git`\n\nSSH: `git clone git@github.com:bryanbill/tracker.git`\n\n### Install dependencies\n```bash\nmvn clean install\n```\n\n### Create Tables (if they don't exist) - This is taken care of by default (Seeding)\n```sql\nCREATE TABLE IF NOT EXISTS users (id SERIAL PRIMARY KEY, \" +\n                            \"username VARCHAR(255) UNIQUE,fullName VARCHAR(255), \" +\n                            \"company VARCHAR(255), password VARCHAR(255));\n\nCREATE TABLE IF NOT EXISTS animals (id SERIAL PRIMARY KEY, \" +\n                    \"animalname VARCHAR(255) UNIQUE, \" +\n                    \"animaltype TEXT, \" +\n                    \"age TEXT, health VARCHAR(255));\n\nCREATE TABLE IF NOT EXISTS sightings \" +\n                            \"(id SERIAL PRIMARY KEY, loc VARCHAR(255), animalid VARCHAR(255), rangerid VARCHAR(255))\n```\n### Run the application\n```bash\nmvn exec:java\n```\n\n## Languages and Frameworks\n\n- Java\n- Gradle\n- Spark\n- PostgreSQL\n- Handlebars\n\n\n## Known Bugs\n\n- Currently not aware of any. Open to project improvement suggestions.\n\n## Contributing\n\nContributions to the project are welcome. Fork this repo to contribute.u\n\n## Live Site\n\n#### Available Here: (http://tracker.soloo.me/)\n\n\n## Licence\n\n[MIT LICENCE](LICENSE)\n\n## Author\n\n- [Brian Omondi](https://github.com/bryanbill)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanbill%2Ftracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanbill%2Ftracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanbill%2Ftracker/lists"}