ridhwanrosman1901 / trackstar_project

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.
2 stars 1 forks source link

Register Page (Backend) #11

Open ridhwanrosman1901 opened 2 months ago

ridhwanrosman1901 commented 2 months ago

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.

ridhwanrosman1901 commented 2 months ago

reference:- https://github.com/ridhwanrosman1901/project-registration-page