Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/court-management-system-application
Design and development of real-time business ideas using object-oriented programming concepts.
https://github.com/msaf9/court-management-system-application
java
Last synced: 9 days ago
JSON representation
Design and development of real-time business ideas using object-oriented programming concepts.
- Host: GitHub
- URL: https://github.com/msaf9/court-management-system-application
- Owner: msaf9
- License: mit
- Created: 2021-09-09T21:45:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T01:34:14.000Z (8 months ago)
- Last Synced: 2024-11-08T08:49:24.434Z (2 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Court Management System Application
Design and development of real-time business ideas using object-oriented programming concepts.Table of contents
- [Introduction](#introduction)
- [Course information](#course-information)
- [Features](#features)
- [Programming Language](#programming-language)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [Compile and run](#compile-and-run)
- [License](#license)## Introduction
Using this application, we can manage the entire Court System.### Course information
- Course Name: Object Oriented Programming
- Course Code: 15CS2002
- Course Credits: 4
- Academic Year: 2016### Features
Includes file cases, find a lawyer, manage accounts, and others.## Programming Language
- Java## Project status
> **Completed**## Installation
### Get repository
```git
git clone https://github.com/msaf9/court-management-system-application.git
cd court-management-system-application
```### Compile and run
```java
javac CourtMainApp.java
java CourtMainApp
```## License
[MIT LICENSE](LICENSE)