Skip to content

A full-stack DBMS Mini project for employee data management built using React, Node.js, Express, and MongoDB. The system implements complete CRUD operations to efficiently create, read, update, and delete employee records through a user-friendly web interface.

Notifications You must be signed in to change notification settings

Mukul306/Employee-Management-System-Mini-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§‘β€πŸ’Ό Employee Management System (CRUD App)

A simple Employee Management System built using ReactJS (frontend), NodeJS + ExpressJS (backend), and MongoDB (database).
This project demonstrates full-stack CRUD (Create, Read, Update, Delete) functionality for managing employee data efficiently.


πŸš€ Tech Stack

Frontend: ReactJS
Backend: NodeJS, ExpressJS
Database: MongoDB


πŸ“¦ Setup Instructions

1-Clone the repository
git clone 
cd Employee-Management-System

2-Run the Frontend (React)
cd client
npm install
npm start


This will start your React app at:
http://localhost:3000

3-Run the Backend (Node + Express)
cd server
npm install
nodemon index.js


This will start your server at:
http://localhost:5000

About

A full-stack DBMS Mini project for employee data management built using React, Node.js, Express, and MongoDB. The system implements complete CRUD operations to efficiently create, read, update, and delete employee records through a user-friendly web interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •