A Spring framework app.
The Health Clinic appointment app is a back-end implementation of a basic appointment app. It is built by using the Spring framework and the Repository pattern. To test the implementation, a REST controller is used.
- Gradle
- Spring Data JPA
- Spring Web
- Spring Validation
- MySQL-Server
- Postman (testing)
A local instance of MySQL-Server, Eclipse, the Spring Tools 4 plugin from the Eclipse Marketplace, Gradle, and Java (17 or higher).
To install the Spring framework dependencies, you can either use Spring Initializr (https://start.spring.io/) or the project creation wizard after installing the Spring Tools 4 plugin.