Skip to content

tingreavinash/HotfixService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Service for - Hotfix Log Viewer

Data provider service for frontend application (Hotfix Log Viewer). [Internal Tool]

💡 About The Project

Backend Application:

  • 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.

Related Project:

⚠️ Techstack/Framework Used

  • Java
  • Spring Boot
  • Spring Data MongoDB
  • Apache POI

💉 Getting Started

Follow below steps, If you want to setup this application locally on your machine.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/tingreavinash/HotfixService.git
  2. Go to the project folder and Build the project
    mvn clean install
  3. Go to the target folder and Start the service
    java -jar HotfixService-0.0.1-SNAPSHOT.jar

📃 Application Configuration

The application configuration can be found here - Click Here

💣 Usage

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.

📘 License

Distributed under the MIT License. See LICENSE for more information.

❤️ Contributor

Avinash Tingre - Connect with me on LinkedIn

About

REST Server for Hotfix Log Viewer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages