Intellij IDEA is recommended.
- Clone the repository and install the dependencies using Maven.
- Make sure PostgresSQL is running.
- Take a copy of
src/main/resources/application.properties.example
file and rename it tosrc/main/resources/application.properties
. - Set the necessary configurations in
application.properties
file. - Set the DB username, password and db name.
- The database should be already created.
- Start the application. The Database tables will be automatically migrated.