Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)