This project is a web-based application designed to help managers and employees within a company track performance metrics such as KPIs, attendance, and overall work performance.
Wan open the terminal
npm init -y // Wan initialize Node.js Project.
npm i express // Wan install web framework for Node.js.
npm i mongoose // Wan install MongoDB object modeling tool.
npm i jsonwebtoken // Wan install this for JWT authentication.
npm i bcrypt // Wan install this for hashing passwords.
npm i dotenv // Wan install this to manage environments variables.
npm i cors // Wan install this to handle Cross-Origin Resources Sharing.
Wan open the terminal npm init -y // Wan initialize Node.js Project. npm i express // Wan install web framework for Node.js. npm i mongoose // Wan install MongoDB object modeling tool. npm i jsonwebtoken // Wan install this for JWT authentication. npm i bcrypt // Wan install this for hashing passwords. npm i dotenv // Wan install this to manage environments variables. npm i cors // Wan install this to handle Cross-Origin Resources Sharing.