Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niaggar/trp-bodega
CRUD desktop application built with Java for the Misión TIC 2021 course
https://github.com/niaggar/trp-bodega
Last synced: about 2 months ago
JSON representation
CRUD desktop application built with Java for the Misión TIC 2021 course
- Host: GitHub
- URL: https://github.com/niaggar/trp-bodega
- Owner: niaggar
- Created: 2024-10-20T15:29:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:31:29.000Z (3 months ago)
- Last Synced: 2024-10-20T17:41:59.119Z (3 months ago)
- Language: Java
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Employees Management - Java Desktop App
This project is a simple CRUD application developed in Java for managing employees in different warehouses. The app allows users to:
- Create new employee records
- Edit existing employee records
- Delete employees from the system
- Assign employees to specific warehousesThe data is stored in a **MySQL** database, ensuring persistent storage for employee information.