Spring-boot Microservice Conference application is exposing various Restful web services using Spring REST, JPA and Postgre DB. Data and Schema SQL files are attached under resources.
#Prerequisites You will need to following tools in order to work with this project and code
- git (http://git-scm.com/)
- JDK 1.8+ (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- Maven 3.x+ (http://maven.apache.org/)
- An IDE of your choice. (Eclipse, IntelliJ, Spring STS)
#Getting Started To run this project locally, perform the following steps.
- Clone project to your machine using git - "git clone https://github.com/GabrielLazar/Conference-Application.git"
- Import the project to IDE
- Run Spring-boot project
- Access the API documentation: "http://localhost:8443/ConferenceApplication/swagger-ui.html#/"