Curriculum Vitae - HRM Platform

Curriculum Vitae is a digital solution that combines several systems and processes to manage and optimize daily HR tasks and the overall HR goals of a given organization.

Features

  • Sign up and login users
  • Create and update employee profile
  • Search by position, department, skills,

Installation

Curriculum Vitae requires React 18 to run.

Install the dependencies and devDependencies and start the server.

cd cv_project
npm i

Building for source

For production release:

npm run build:prod

For development release:

npm run build:dev

To start local server:

npm run start

Formating, Linting and Tests

To run EsLint:

npm run lint

For formatting with Prettier run:

npm run format

To start Jest tests:

npm run test