Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 889 Bytes

File metadata and controls

51 lines (28 loc) · 889 Bytes

📌 Employee CRUD App A Full-Stack Employee Management System built with React • Node.js • Express • SQL 🚀 Overview

Employee CRUD App is a full-stack Employee Management System that supports creating, reading, updating, and deleting employee records. The project follows a clean MVC backend structure and a responsive frontend built using React.

This app is ideal for organizations wanting a simple, scalable way to manage employee data.

⭐ Features

➕ Add new employees

📄 View employee list

✏️ Edit employee details

❌ Delete employees

🔍 Search & filter employees

⚡ Fast REST API using Node.js + Express

🗄️ SQL database integration

🎨 Responsive React UI

🔐 Clean backend architecture

🏗️ Tech Stack Frontend

React

Axios

CSS / Tailwind (if used)

Backend

Node.js

Express.js

SQL (MySQL / PostgreSQL)

Other

REST API

MVC Structure