├── android/ # Kotlin Android Application ├── backend/ # Java Spring Boot Backend (port 8080) ├── agent/ # Python Agentic AI — RAG + LLM Chat (port 5001) ├── scraper/ # Web scraper for MSD medical ...
This is an employee management system developed using Java Swing. It allows users to add, delete, update, and display employee information using a JTable. It is connected to a MySQL database using ...