An app built with Spring Boot and AngularJS.
To run the application: ./gradlew bootRun
Once the application is started, open a browser and go to http://localhost:8080
.
Database (HSQLDB) is embedded within the application, so no need to run any script.
Requirements completed:
- Manage Medical Journals - create and search
Requirements missing:
- Manage Medical Journals - delete, subscribe, and add publications in PDF
- Secure services
- More test coverage