Standalone version of the Aerie Ecosystem
To view the swagger UI for the API(s) defined, see swagger-ui.html (ex. http://localhost:8080/swagger-ui.html if running the service locally)
To view the H2 database, navigate to /h2-console (ex. http://localhost:8080/h2-console). The JDBC URL will be
whatever is configured in the application.yaml file. The Default username is sa
with no password.
Search by first and/or last name. (ex. http://localhost:8080/search)
Several reports are available:
High level report with counts of the number of members for each membership type along with counts of about to expire members. (ex. http://localhost:8080/reports/membership)
Listing of members, with contact information, whose membership is about to expire in the next 30 days.
(ex. http://localhost:8080/reports/expiring)
Listing of members, with contact information, whose membership is expired. (ex. http://localhost:8080/reports/expired)