The objective of this Operation Research project is to analyze and optimize a queueing system to improve operational efficiency and enhance customer satisfaction. Queueing systems are prevalent in various domains, including retail, healthcare, transportation, and telecommunications. By studying the underlying principles of queueing theory and applying mathematical models, this project aims to identify bottlenecks, reduce waiting times, and enhance resource allocation within the system.
To run this project, ensure that you use Node version 16.13.0
. Follow the steps below:
-
Clone the repository:
git clone https://github.com/MuhammadAmas/Queuing-Model
-
Navigate to the project directory if not already there:
cd Queuing-Model
-
Install dependencies:
npm install
-
Run the application on the local host:
npm run start
This project is licensed under the MIT License. See the LICENSE file for more details.