Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amar21112/crud-employee-manager
This application is designed to manage employees efficiently using CRUD operations. Built with PHP and MySQL.
https://github.com/amar21112/crud-employee-manager
crud mysql php
Last synced: 18 days ago
JSON representation
This application is designed to manage employees efficiently using CRUD operations. Built with PHP and MySQL.
- Host: GitHub
- URL: https://github.com/amar21112/crud-employee-manager
- Owner: amar21112
- Created: 2025-01-03T13:16:26.000Z (22 days ago)
- Default Branch: master
- Last Pushed: 2025-01-03T13:30:21.000Z (22 days ago)
- Last Synced: 2025-01-03T14:39:22.957Z (22 days ago)
- Topics: crud, mysql, php
- Language: CSS
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-Based Employee Management App
## Description
This is a simple application built for managing employee records using CRUD operations (Create, Read, Update, Delete).
The app allows users to easily manage employee data through an intuitive interface and ensures secure and efficient data handling.## Features
- **Create**: Add new employee records with necessary details.
- **Read**: View and search employee information.
- **Update**: Edit employee details to keep records accurate and up-to-date.
- **Delete**: Remove employee records that are no longer needed.## Technologies Used
- **Backend**: PHP with PDO for database interactions.
- **Frontend**: HTML and CSS for a clean and user-friendly interface.
- **Database**: MySQL for storing employee records securely.