This project is made during my university as break time exams. It is a simple project just for portfolio -> A simple Employee Management System with all CRUD operations! This just the backend for this project, I will create the frontend also for this project.
To clone and run the project, run the following commands:
cd Desktop
git clone https://github.com/constantinrazvan/EmployeeManagementBackEnd.git
cd EmployeeManagementBackEnd
npm i
code . //for opening project in vscode
npm run start
Server: Node, Express, Mongoose, Typescript