Data provider service for frontend application (Hotfix Log Viewer). [Internal Tool]
- This application parses the MS Excel file daily and stores the JSON data in MongoDB.
- The frontend application makes a request to this application to get the requested data from Database.
- Java
- Spring Boot
- Spring Data MongoDB
- Apache POI
Follow below steps, If you want to setup this application locally on your machine.
- Maven
- JDK 8+
- MongoDB Database Server
- MS Excel file that you want to process
- Clone the repo
git clone https://github.com/tingreavinash/HotfixService.git
- Go to the project folder and Build the project
mvn clean install
- Go to the target folder and Start the service
java -jar HotfixService-0.0.1-SNAPSHOT.jar
The application configuration can be found here - Click Here
The REST endpoints will be exposed on port 7777. These endpoints are configured in frontend application. When you make any search request from frontend, the request will reach this application.
Distributed under the MIT License. See LICENSE for more information.
Avinash Tingre - Connect with me on LinkedIn