ISMAIL MASSERAN c55736ee86
Build Docker Image / build-backend (push) Successful in 16s
Build Docker Image / build-admin (push) Failing after 29s
Build Docker Image / build-teller (push) Successful in 30s
DONE: cicd pipeline for frontend that uses ip first
2026-07-23 12:25:11 +08:00
2026-07-20 16:10:22 +08:00
2026-07-20 16:10:22 +08:00
2026-07-23 10:51:04 +08:00

Bank Branch Queue Management System

This project aims to develop a comprehensive queue management system for bank branches, comprising three main interfaces: one for tellers, one for admins, and a mobile app for customers. These interfaces will connect to a backend system built using Java's Spring Boot framework.

Interfaces

Teller Interface

The Teller Interface provides functionality for tellers to manage their availability status, allowing them to switch between available and non-available states. This interface will be developed using React.

pnpm dev --port 3001

Admin Interface

The Admin Interface is designed for administrators to oversee and manage both queues and tellers efficiently. Admins will have the ability to monitor queue statuses, assign tasks to tellers, and make necessary adjustments as needed. This interface will also be developed using React.

pnpm dev --port 5000

Customer Interface

The Teller Interface provides functionality for tellers to manage their availability status, allowing them to switch between available and non-available states. This interface will be developed using React.

pnpm dev --port 3000

Mobile App Interface

The Mobile App Interface is catered towards customers visiting the bank branch. Customers can utilize the mobile app to generate a ticket for the queue, allowing them to efficiently manage their time while waiting for service. This interface will be developed using React Native, ensuring compatibility across both iOS and Android devices.

Backend

The backend of the queue management system will be developed using Java's Spring Boot framework. It will serve as the central component handling communication between the interfaces and managing the underlying data and business logic. The backend will be responsible for tasks such as processing queue requests, managing teller availability, and maintaining queue status updates.

./mvnw spring-boot:run

Setup Instructions

  1. Clone the repository to your local machine.
  2. Navigate to the respective directories for each interface and backend.
  3. Follow the setup instructions provided in each directory's README file to configure and run the application.

Contributors

S
Description
No description provided
Readme 3.2 MiB
Languages
JavaScript 42.6%
Java 40.9%
TypeScript 9.8%
CSS 4.7%
PLpgSQL 1.1%
Other 0.9%