HRM

Human resource management open source .net core

Stars
121
Committers
4

DWKit HRM

DWKit HRM is a comprehensive, yet simple implementation of DWKit that allows you to manage your human resources whether you are an SMB or a large enterprise.

DWKit Human Resource Management provides company owners and managers with an ability to easily control and monitor employee information and statuses.

Besides, it enables employees to create and manage dynamic events and view information about their colleagues.

chmod +x docker-files/wait-for-postgres.sh
chmod +x startascontainer.sh
./startascontainer.sh

This script build this dwkit's solution and run it with Postgres database.

  1. Open the following url in your browser: http://localhost:48800

To access the application, use the following default access parameters: Login: admin Password: 1

MS SQL Server example:

ConnectionString=Data Source=(local);Initial Catalog=dwkit;Integrated Security=False;User ID=sa;Password=1

PostgreSQL example:

ConnectionString=User ID=postgres;Password=1;Host=localhost;Port=5432;Database=dwkit;
  1. Run the starter script

For Windows:

	start.bat

For Linux/MacOS:

	chmod +x start.sh
	./start.sh
  1. Open the folloing url in your browser: http://localhost:48800

To access the application, use the following default access parameters: Login: admin Password: 1

  1. Run updatesolution script

For Windows:

    Run updatesolution_run.bat

For Linux/MacOS (this way requires PowerShell https://github.com/PowerShell/PowerShell):

    pwsh updatesolution.ps1
  1. Enter the path to your application.
  2. Don't forget update database if it's necessary.
  3. Rebuild your solution
  1. Open dwkit.sln in Visual Studio or JetBrains Rider
  2. Check the connection string to the database in the OptimaJet.DWKit.StarterApplication\appsettings.json file, ConnectionStrings section
  3. Run OptimaJet.DWKit.StarterApplication project

For Windows:

	buildandstart.bat

For Linux/MacOS:

    chmod +x buildandstart.sh
	chmod +x start.sh
    ./buildandstart.sh

For commercial use, please contact [email protected]

Demo license: