This application aims to connect the landlords in a city to those who are looking to rent an apartment.
These have to be installed on your machine:
- Git
- Gradle
- MySQL (started up)
Steps to get the application up and running:
- git clone the repository. (Note that the default branch is 'version2', not 'master')
- From the root directory, run the following in sequence:
gradle setupDB gradle clean build gradle tomcatRun