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.
- Sign up and login users
- Create and update employee profile
- Search by position, department, skills,
Curriculum Vitae requires React 18 to run.
Install the dependencies and devDependencies and start the server.
cd cv_project
npm i
For production release:
npm run build:prod
For development release:
npm run build:dev
To start local server:
npm run start
To run EsLint:
npm run lint
For formatting with Prettier run:
npm run format
To start Jest tests:
npm run test