Chalie
WildlifeTracker ByDescription
An application that allows Rangers to track wildlife sightings in an area.
View Here
Live DeploymentLive Release
Live : Download Here
Run the package using java -jar WildlifeTracker<version>.jar
Project Homepage
Contributions
If you'd like to contribute.
- Fork the repo
- Create a new branch (git checkout -b feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -m 'Improve/Add feature')
- Push to the branch (git push origin feature)
- Create a Pull Request [Make sure your code is properly commented] If you find a bug, kindly open an issue Here . If you'd like to request a new function, feel free to do so by opening an issue Here.
Development setup
Cloning and setting up a local development database
git clone https://github.com/Chal13W1zz/WildlifeTracker.git &&
cd WildlifeTracker && psql < drop.sql && psql < create.sql
- open the project using your favourite IDE
- edit the database name and password in
WildlifeTracker/src/main/java/Db.java
- run using gradle
gradle run
or compile using mavenmvn clean install
- open http://localhost:4567 on your favourite browser and enjoy :)
Technologies Used
- Handlebars
- Java Spark
- Intellij IDEA CE
- PostgreSql
- Maven
- Gradle
- Bootstrap
- Fontawesome
Known Bugs
N/A