Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.58 KB

File metadata and controls

38 lines (23 loc) · 1.58 KB

Company Z Management System

Overview

This repository contains the code and documentation for the Company Z Management System.

Key Features

  • Employee Management: Add, update, and delete employee records efficiently.
  • Database Operations: Perform various operations such as updating employee data, managing salaries, and generating reports.
  • Reporting: Generate detailed reports on employee information and payroll data.
  • User Interaction: Command-line interface for easy database management and report generation.
  • Error Handling: Robust error handling for invalid inputs and operations.

Final Report

The final report for the project is available here. (Also in repository files)

Video Presentation

The video presentation of the project can be viewed here. (Also in repository files)

Technologies Used

  • Java: For the core application logic.
  • SQL: For database management and queries.

Project Structure

  • src/: Contains the Java source code files.
  • bin/: Contains compiled Java bytecode.
  • lib/: Contains any external libraries used.
  • .vscode/: Contains Visual Studio Code settings.
  • managementsys.code-workspace: Visual Studio Code workspace configuration file for the project.
  • Database/: Contains the SQL scripts and database dumps.