Skip to content

This repository contains the Applicant, Counter, and Server components of the Smart Multi-Institute Queuing System, a project by PLM BSCS 3-3 for Intelligent Systems

Notifications You must be signed in to change notification settings

IJMPLM/Smart-Multi-Institute-Queuing-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Multi-Institute Queuing System

A comprehensive queuing system with Frontend (Next.js) and Backend (Node.js/Express) components.

Project Structure

Smart-Multi-Institute-Queuing-System/
├── frontend/                # Shared frontend workspace
│   ├── applicant/           # Applicant portal (Port 3001)
│   ├── counter/             # Counter dashboard (Port 3002)
│   ├── server/              # Server admin frontend (Port 3000)
│   └── package.json         # Shared frontend dependencies
├── backend/                 # Backend API server
│   ├── src/                 # Source code
│   ├── api_object_templates/ # JSON data templates
│   └── package.json         # Backend dependencies
├── scripts/                 # Server management scripts
└── package.json             # Root workspace configuration

🚀 Quick Start

Prerequisites

  • Node.js (v18 or later)
  • npm

Installation

  1. Install all dependencies:

    npm run install-all
  2. Start the entire system:

    npm run server:start

    This will:

    • Start the backend server
    • Start the server frontend (port 3000)
    • Automatically open http://localhost:3000 in your browser
  3. Stop the entire system:

    npm run server:stop

    Or use the shutdown button in the server frontend settings page.

UI/UX Lead - Frieda Marie V. Magaan

Designers

  1. Dannah Yzzabella Q. Tecson
  2. Faith Aleczes S. Cayacap
  3. Raymart A. Diesta
  4. Hershey Anne P. Dalangin
  5. Andrey Rickman A. Asper
  6. Brenan Dwayne A. Oliverio
  7. Zyryll Alexandra A. Oquendo

Frontend Lead - Jeshaiah Mae A. Mulleno

Developers

  1. Mariel Kim R. Vaflor
  2. Marc Cedric S. Gerona
  3. Floyd M. Robante
  4. Marc Jerome S. Balboa
  5. Ramyll C. Rivera
  6. Jim Rafael D. Valencia
  7. Juana Mari A. Del Rosario
  8. Hezron P. Tan
  9. Michael Angelo M. Libang
  10. Sydney Angeleve M. Peña

Backend Lead - Daniel Hardy C. Camacho

Developers

  1. Karylle Vinces J. Aliswag
  2. Joseph Prince A. Rapiz
  3. Jonalene Ryza B. Abundo
  4. Carla R. Mabutas
  5. Raphael James C. Catacutan
  6. Jansen Jerhyn M. Santos
  7. Mark Jerome P. Geronimo
  8. Christian Roch R. Delos Santos

About

This repository contains the Applicant, Counter, and Server components of the Smart Multi-Institute Queuing System, a project by PLM BSCS 3-3 for Intelligent Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 19