An application that to record the type of animals present in a forest undergoing destruction - WildlifeTracker.
WildlifeTracker is an application that allows rangers to indicate animals both endangared and normal present in a forest undergoing destruction .
- Basic Git knowledge, including an installed version of Git.
- Your application must run on the OpenJDK version 6, 7 or 8.
- Java v9
- Gradle
- Spark Framework
- CSS (Bootstrap)
- JUnit v4.12
- Jacoco Plugin
- Handlebars Templating Engine
- Clone this repository to a location in your file system.
- Open terminal command line then navigate to the root folder of the application.
$ git clone https://github.com/CharlesMuvaka12345/heroSquad.git $ cd ../path/to/the/file
-
There is a form to collect information about animals sighted.
- Input - Enter Animal name.
- Input - Enter Your name- Rangers name.
- Input - Select the area the animal is sighted.
- Output - Animal stored in the database;
-
There is a form to collect information about animals sighted.
- Input - Enter Animal name.
- Input - Enter Your name- Rangers name.
- Input - Select the area the animal is sighted.
- Input - Select the age of the animal.
- Input - Select the health status of the animal.
- Output - Animal stored in the database;
Need to contribute?? Follow the following steps.
- Fork the repo
- Create a new branch
$ git switch -c (improve-feature)
- Make the required changes in the file.
- Add changes to reflect the changes made.
- Commit your changes.
$ git commit -am (improve-feature)
- Push to the branch
$ git push origin (improve-feature)
- Create a Pull Request
If you find any bug, open an issue here by including your search query and the expected result.
Any suggestions or corrections to the code would highly be appreciated
- Materialize CSS Go Back to the top
MIT License
Copyright (c) 2022 Charles Muvaka
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.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Go Back to the top
Linked - charles-muvaka