Skip to content

The small console application for managing teams, developers, and their skills using Hibernate and RDBMS PostgreSQL.

Notifications You must be signed in to change notification settings

MelnykVL/team-manager-hiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

team-manager-hiber

Overview

The small console application for managing teams, developers, and their skills using Hibernate and RDBMS PostgreSQL.

Prerequisites

  • Install the latest version of Java and set up environment variables (if necessary).

    JDK
    or
    OpenJDK

  • Install the Git.

    Git

  • Install the PostgreSQL server.

    PostgreSQL

  • Install a Java IDE (for example: Intellij IDEA, Eclipse, NetBeans).

    Intellij IDEA (recommended)
    Eclipse
    NetBeans

Run the example

  1. Clone the repository.

    git clone https://github.com/MelnykVL/team-manager-hiber.git

  2. Open the project with the Intellij IDEA.

  3. Load Maven changes.

  4. Set your settings in flyway.poperties and hibernate.cfg.xml files.

  5. Create the database called team_manager.

  6. Using Maven in Intellij IDEA, run flyway:migrate to create tables in the database.

  7. Run the project.

About

The small console application for managing teams, developers, and their skills using Hibernate and RDBMS PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages