The Fisherman Spring Web App is a web-based application that allows users to manage their fishing trips, track their catches, and connect with other anglers.
To use the Fisherman Spring Web App, you'll need to have Java and Apache Tomcat installed on your machine. Here are the steps to get started:
- Clone the repository to your local machine using
git clone
. - Import the project into your preferred IDE (e.g. Eclipse, IntelliJ IDEA).
- Build the project using Maven by running
mvn clean install
. - Deploy the generated
war
file to a running instance of Tomcat server. - Access the application at
http://localhost:<port>/fisherman
.
Note: Replace <port>
with the actual port number where the Tomcat server is running.
Upon accessing the Fisherman Spring Web App, you will be prompted to login or register for an account. Once logged in, you can:
- Create new fishing trips and record your catches.
- View and edit your existing fishing trips and catches.
- Search and connect with other anglers to share tips and experiences.
If you'd like to contribute to the Fisherman Spring Web App, please:
- Fork the repository and create a new branch.
- Make your changes and test them thoroughly.
- Create a pull request and describe the changes you made.
The Fisherman Spring Web App is licensed under the MIT License. See LICENSE
for more information.