- developing, look at the documentation in doc/development.
- installing, look at the documentation in doc/installation.
doc - documentation that is relevant to business rules, development, and installation.
src - source code to build the application
pom.xml - maven build file
externalLibs - libraries that are not included in Maven Central and will need to be installed locally
scripts - useful scripts for working with the source code as well as maintaining the database
.classpath - Eclipse project metadata
.project
.settings
.gitignore - files/directories for git to ignore
README - This document