Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local> Reviewed-on: #3
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
- Clone the repository to your local machine.
- Navigate to the respective directories for each interface and backend.
- Follow the setup instructions provided in each directory's README file to configure and run the application.
Contributors
- Nejra Adilovic
- Emir Agovic
- Eldar Babic
- Edna Basic
- Ali Boudellaa
- Emina Efendic
- Lejla Heleg
- Amina Hromic
- Aldin Islamagic
- Benjamin Kadic
- Emir Kapic
- Ahmed Ljubuncic
- Vedran Mujic
- Amar Tahirovic
API ENV GUIDE
VITE_API_URL: API for teller and admin (also customer fallback in CI) NEXT_PUBLIC_API_URL: API for customer VITE_BRANCH_QR_BASE_URL: public customer base URL encoded into admin branch QR
Match these in Gitea secrets and in fe/web/.env on the deploy host (ports/images only matter at deploy; API URLs matter at image build).