Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.14 KB

HR Masters

HR Masters is a service providing an easy way to search for employees using simple queries. The project includes DevOps tools and monitoring to ensure stability and availability.

Technology Stack

  • Backend: Java, Spring, jOOQ, Flyway
  • Database: PostgreSQL
  • Monitoring: Micrometer, Grafana, Prometheus
  • Containerization: Docker, Docker-Compose

About the Project

HR Masters enables HR professionals to search for potential employees based on various parameters with simple queries.

Getting Started

  1. Clone the repository

    git clone https://github.com/panic08/hr-masters-service.git
    cd hr-masters-service
  2. Run using Docker Compose

    docker-compose up --build
  3. Access metrics and monitoring

Project Structure

  • main-service/ - Application source code
  • devops/ - DevOps related configurations
    • docker/ - Docker and Docker Compose configurations
    • metrics/ - Grafana and Prometheus configurations