/ERP-Human-Resource

Java SpringBoot Project implementing a REST API serving as Human Resource microservice for Enterprise Resource Planning Application

Primary LanguageJava

ERP-Human-Resource

Java SpringBoot Project implementing a REST API serving as Human Resource microservice for Enterprise Resource Planning Application.

To run the project locally, install:

  • Postgres
  • Java 8
  • IDE of your choice

Configuration steps:

  • Create database with name 'human_resource_db'
  • Update the username, password and port number in application.properties file from your Postgres configuration

Run the project:

  • Run the file HumanResourceApplication.java as Java Application