CRUD operations on Employees
- Server Enviornment - NodeJS
- Backend - ExpressJS
- Frontend - React, Redux, MUI
- Programming Language - JavaScript
- Database - MongoDB in conjunction with Mongoose
- Cloud database service - MongoDB Atlas
Manager Registration
Manager Login
Manger Home Screen (Private)
Step 1️⃣: Clone this repository to your local machine
git clone https://github.com/rsinghcodes/Employee-management.git
Step 2️⃣: Navigate to server directory.
cd server
Step 3️⃣: Install the dependencies.
npm install
Step 4️⃣: Now start server
npm run dev
Server started at http://localhost:5000.
Step 5️⃣: Open another new terminal, navigate to client directory.
cd client
Step 6️⃣: Install all the dependencies.
npm install
Step 7️⃣: Now start Frontend application
npm start
Your app is ready to be run! ✨✨
Open http://localhost:3000 to view it in the browser.




