Skip to content

Vhcmorais/Final_Project_POO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Management System

📌 About the Project

This repository contains my final project for the Object-Oriented Programming course. The application was developed to demonstrate the use of object-oriented principles combined with database integration, providing a complete system for managing and storing data efficiently.

The project implements core OOP concepts such as encapsulation, inheritance, polymorphism, and modular design, while also offering database connectivity and CRUD operations.

🚀 Features

  • Create, Read, Update, and Delete (CRUD) records
  • Database integration
  • Object-oriented architecture
  • Data persistence
  • User-friendly interface
  • Organized and maintainable code structure

🛠️ Technologies Used

  • Programming Language: (Specify the language used)
  • Database: (Specify the database used)
  • Development Environment: (Optional)

📂 Project Structure

project/
├── src/
│   ├── models/
│   ├── controllers/
│   ├── database/
│   └── views/
├── README.md
└── ...

⚙️ Installation

  1. Clone the repository:
git clone https://github.com/your-username/your-repository.git
  1. Navigate to the project directory:
cd your-repository
  1. Configure the database connection settings.

  2. Run the application.

📖 Educational Purpose

This project was developed as part of the Object-Oriented Programming course to practice:

  • Object-oriented design principles
  • Database integration
  • CRUD operations
  • Software architecture and organization
  • Data persistence techniques

🤝 Contributions

Contributions, suggestions, and improvements are welcome. Feel free to open an issue or submit a pull request.

📄 License

This project is intended for educational purposes and may be used as a reference for learning and academic projects.


Developed as the final project for the Object-Oriented Programming course.

About

Final project developed for the Object-Oriented Programming course, featuring a database-driven application built with OOP principles, including data management, CRUD operations, and database integration.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages