Skip to content

Ksc55/CustQ

Repository files navigation

CustQ

An industry-agnostic queue management solution for all customers.

image

  • How to deploy this project:

    1. Backend:
    • Create an Openshift account
    • Click on "Add: and select Database
    • Select PostgreSQL and click on "Instantiate Template"
    • Add the following details in username and password: postgres
    • Run the sqlscripts.sql from backend/db folder
    • Click on "Add" and select "Git Repository" Option
    • Enter the following URL in Git Repo URL - https://github.com/Ksc55/CustQ/tree/main/
    • Open advanced Git options and enter "backend" in Context dir without quotes
    • Select Import Strategy as Builder Image and select Java as the builder image
    • Add the environment variables : - SQL_URL: jdbc:postgresql://postgresql:5432/sampledb - SQL_USER: postgres - SQL_PASSWORD: postgres
    • Submit this and wait for the build and deployment to complete.
    1. Frontend:
    • Click on "Add" and select "Git Repository" Option
    • Enter the following URL in Git Repo URL - https://github.com/Ksc55/CustQ/tree/main/
    • Open advanced Git options and enter "client" in Context dir without quotes
    • Select Import Strategy as Builder Image and select Javascript as the builder image.
    • Submit this and wait for the build and deployment to complete.
  • Demo screens:

    1. End User Screens:
    • SPLASH SCREEN 超级截屏_20231110_203100

    • LOGIN SCREEN 超级截屏_20231110_203110

    • OTP CONFIRMATION SCREEN 超级截屏_20231110_203121

    • DASHBOARD SCREEN 超级截屏_20231110_203133

    • QUEUE STATUS SCREEN 超级截屏_20231110_203155

    • ACTIVE QUEUE SCREEN 超级截屏_20231110_203225

    • JOIN QUEUE ALERT DIALOG 超级截屏_20231106_164109

    • JOIN ACTIVE QUEUE SCREEN INDICATOR ALERT DIALOG 超级截屏_20231110_203214

    • VIEW MORE SCREEN 超级截屏_20231110_203205

    • EXIT QUEUE CONFIRMATION SCREEN 超级截屏_20231110_203236

    • RATE SERVICE SCREEN 超级截屏_20231110_203255

    • SUBMITTED RATE DETAILS INDICATOR ALERT DIALOG 超级截屏_20231110_203303

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages