Logo Lanfrica

adamstosho/QueueEase-

Creator:
ada
Host:
In many countries (especially Nigeria and other developing regions), people waste hours daily in queues — at hospitals, government offices (e.g., NIMC, banks), salons, mechanic workshops, or even restaurants. There's no efficient way to know when it's your turn, book appointments virtually, or get real-time updates. QueueEase solve this. # QueueEase QueueEase is a digital queue management system designed to streamline and modernize the process of managing queues in local Nigerian communities. In many public and private institutions across Nigeria, long and disorganized queues are a common challenge, leading to wasted time, frustration, and inefficiency. QueueEase addresses this by providing a simple, accessible platform for both administrators and users to manage, join, and monitor queues in real-time. In Nigeria and some other countries, queues are a daily reality in banks, hospitals, government offices, and other service centers. Traditional manual queueing often results in: - Long wait times - Lack of transparency - Queue jumping and disputes - Poor user experience QueueEase aims to solve these issues by digitizing the queue process, making it fairer, more **transparent**, and efficient for everyone involved. ## **Quick Testing: -** queue-ease-ueaf.vercel.app NOTE: Admin login details for testing { username: omotosho password: omotosho123 } ## Features - Real-time queue updates - User-friendly interface for joining and monitoring queues - Admin dashboard for managing queues and viewing statistics - Feedback system for continuous improvement - Secure authentication and role-based access ## **Quick Testing: -** queue-ease-ueaf.vercel.app NOTE: Admin login details for testing { username: omotosho password: omotosho123 } ## Tech Stack - **Frontend:** React, Tailwind CSS, Vite - **Backend:** Node.js, Express - **Database:** (MongoDB) ## Getting Started ### Prerequisites - Node.js (v14+) - npm or yarn ### Setup 1. Clone the repository: ```bash git clone github.com cd QueueEase ``` 2. Install dependencies for both frontend and backend: ```bash cd backend && npm install cd ../frontend && npm install ``` 3. Configure environment variables as needed. 4. Start the backend server: ```bash cd backend npm start ``` 5. Start the frontend app: ```bash c …