Skip to content

rsinghcodes/Employee-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Employee Management

CRUD operations on Employees

🚧 Technology Used

  • Server Enviornment - NodeJS
  • Backend - ExpressJS
  • Frontend - React, Redux, MUI
  • Programming Language - JavaScript
  • Database - MongoDB in conjunction with Mongoose
  • Cloud database service - MongoDB Atlas

🖼️ Application Preview

Manager Registration

Manager Register

Manager Login

Manager Login

Manger Home Screen (Private)

Manager Dashboard

Codegrip Report

CodeGrip Report

CodeGrip Status

⬇️ Installation & Set Up Guide

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.

About

Employee Management built using Reactjs, Nodejs, Expressjs, MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors