Skip to content

A PM application, designed to provide automatic resource allocation for the given tasks based on the availability and skillset of existing employees.

Notifications You must be signed in to change notification settings

High-Voltaged/Project-resource-allocator

Repository files navigation

The Project Resource Allocator

Description

A PM application, designed to provide automatic resource allocation for the given tasks based on the availability and skillset of existing employees.

Conceptual Database Model

Thesis DB

The Task Allocation Process

Sequence Diagram

activity-Sequence drawio

Activity Diagram

activity drawio (1)

Physical Deployment

activity-Deployment drawio

Requirements

  • Node 18
  • PostgreSQL 14

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

A PM application, designed to provide automatic resource allocation for the given tasks based on the availability and skillset of existing employees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published