close

DEV Community

Gowtham M
Gowtham M

Posted on

Built and Deployed a Smart Stadium Dashboard using Google Cloud Run

I recently built and deployed a Smart Stadium Dashboard that simulates real-time crowd management inside a large venue.

This project focuses on improving the physical event experience by monitoring crowd density, waiting times, and operational alerts in real-time.

πŸ”Ή Key Features
β€’ Live stadium map with crowd density visualization
β€’ Waiting time tracking for gates and facilities
β€’ Priority alert system for critical situations
β€’ Staff allocation monitoring
β€’ AI-based crowd suggestions for better management

πŸ”Ή Tech Stack
β€’ Frontend: HTML, CSS, JavaScript (Vite)
β€’ Backend: Node.js (Express)
β€’ Deployment: Google Cloud Run

πŸ”Ή What I Learned
β€’ How to deploy full-stack applications on cloud platforms
β€’ Handling frontend and backend integration in production
β€’ Understanding real-world scalability concepts
β€’ Debugging cloud deployment issues

πŸ”Ή Challenges Faced
Initially faced multiple deployment errors while configuring Cloud Run, especially with build and server setup. After debugging logs and fixing the server configuration, I successfully deployed the application.

🌐 Live Demo: https://smart-stadium-dashboard-317275340485.us-central1.run.app

This project gave me a strong understanding of cloud deployment and real-time system design.

Top comments (0)