Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 warehouses

The data is stored in a **MySQL** database, ensuring persistent storage for employee information.