

backEnd: Node.js with MySQL
frontEnd: Flutter (Mobile), Angular (Admin Panel)
hosting: Firebase Hosting
thirdParty: YouTube for video streaming, Instagram for reels
GPM Seva is a comprehensive mobile and web application designed to connect Jain Samaj followers with their Guru. The platform enables seamless interaction, content sharing, and community engagement through videos, photos, reels, and a Q&A section.
Problem: Automating the fetching of new reels from Instagram.
Solution: Implemented a backend cron job that retrieves and stores public Instagram URLs daily.
Problem: Managing video storage and streaming without increasing hosting costs.
Solution: Used YouTube for video hosting, linking content instead of direct file uploads.
Problem: Secure login mechanism with minimal user friction
Solution: Implemented mobile OTP authentication, eliminating the need for passwords.
Problem: Keeping users engaged with timely updates
Solution: Integrated push notifications via Firebase, allowing both manual and automated alerts from the admin panel.


