#Adveture Buddy
##Overview
AdventureBuddy is a platform for outdoor enthusiasts to express their interest in hiking, cycling, and mountain biking trails in their area and allows them to connect with others to share the experience. Users have the ability to create their own adventure events, gather information about each individual trail, as well as review and rate trails they have previously visited.
##Setup
- Fork and clone the repository
- Add application.properties in the resources directory and fill in the required information(see example.properties)
- Run the application remotely to build the Database
- Comment out bean found in AdventurebuddyApplication.java
- Enjoy your Adventure!
##Project Organization
- All Java files can be found in src -> main -> java
- All JavaScript, CSS, HTML, and additional files can be found in src -> main -> resources -> Static