WPCAS is a vital component of COMPASS, a goal-oriented human resource management system (GO-HRM) designed to help organizations align their objectives with well-defined targets for teams and individuals. This system maps competencies required to achieve these targets and establishes a connection between capacity and performance management.
WPCAS specifically focuses on Workplace Competency Assessment Scores, offering a comprehensive 360-degree feedback survey for employees. This survey involves input from juniors, seniors, and colleagues, providing valuable insights into an employee's strengths and weaknesses based on workplace performance.
Install the necessary package dependencies:
npm i
Set up PostgreSQL in your local environment.
Configure environment variables:
.env
) using the example file as a reference.Generate Prisma migrations:
npx prisma migrate dev
npx prisma db seed
or for a complete reset (including deleting all previous data):
npx prisma migrate reset
Running a Local Development Server:
npm run start:dev
http://YOUR_APP_PORT/api/docs
This project is licensed under the [LICENSE NAME] - see the LICENSE.md file for details.