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.
- Host: GitHub
- URL: https://github.com/ankit-verma-209171/online-queuing-system
- Owner: ankit-verma-209171
- Created: 2025-04-28T17:01:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T04:31:17.000Z (about 1 year ago)
- Last Synced: 2025-05-08T21:53:29.994Z (about 1 year ago)
- Topics: junit, kotin, waiting-queue
- Language: Kotlin
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)