A web-based platform designed to streamline the process of managing queues at various venues, such as restaurants, hospitals, and government offices. This system helps customers avoid long waiting times by enabling them to track queues in real-time and receive notifications about their turn.
This app was created as part of the Individual Software Process course at Kasetsart University.
You can follow this installation guide here
Run the Backend Development Server
python3 manage.py runserver
Run the Frontend Development Server
npm run dev
You can access the live application at the following link: Queue Management system
All project documents are in the Project Wiki.