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

https://github.com/ankit-verma-209171/online-queuing-system

A robust and efficient solution for managing patient queues in healthcare facilities.
https://github.com/ankit-verma-209171/online-queuing-system

junit kotin waiting-queue

Last synced: 9 months ago
JSON representation

A robust and efficient solution for managing patient queues in healthcare facilities.

Awesome Lists containing this project

README

          

# Online Queuing System

A robust and efficient solution for managing patient queues in healthcare facilities.

## Overview

The Online Queuing System is designed to streamline the patient waiting experience in healthcare settings.

## Key Features

- **Accurate Wait Time Estimation**: Provides patients with realistic waiting time estimates
- **Scalable Architecture**: Handles multiple doctors with varying consultation times
- **Token-based System**: Secure patient identification using tokens

### Prerequisites

- JDK 21 or higher
- Kotlin 2.1
- Gradle build system

## How to Clone and Run the Project

### Clone the Repository

1. Open a terminal on your system.
2. Run the following command to clone the repository:
```bash
git clone https://github.com/ankit-verma-209171/online-queuing-system
```
3. Navigate to the project directory:
```bash
cd online-queuing-system
```

### Build and Run the Project

1. Ensure you have JDK 21 or higher and Kotlin 2.1 installed on your system.
2. Use the Gradle wrapper to build the project:
```bash
./gradlew build
```
3. Run the application:
```bash
./gradlew run
```

### Run Tests

To execute the test suite, use the following command:
```bash
./gradlew test
```

## Questionare:

Please find the questionare [here](./src/main/kotlin/queuesystem/questionare/case-studies.md)