This project is an Employee Management System built using Node.js, MongoDB, and Express. It provides RESTful APIs for managing employee data including adding new employees, fetching all employees, and retrieving specific employee details.
- Add Employee: Create a new employee record in the database.
- Get All Employees: Retrieve all employee records.
- Get Employee by ID: Fetch details of a specific employee by ID.
- Node.js: JavaScript runtime for server-side development.
- Express: Fast, unopinionated, minimalist web framework for Node.js.
- MongoDB: NoSQL database for storing employee data.
- Mongoose: MongoDB object modeling for Node.js.
- Node.js: Ensure you have Node.js installed. Download from here.
- MongoDB: Ensure you have access to a MongoDB database. You can use MongoDB Atlas for a cloud solution.
-
Clone the repository
git clone https://github.com/Sabbir45ali/Employee-management-System.git cd employee-management-system