An open API service indexing awesome lists of open source software.

https://github.com/parth-darji/digipass

DigiPass is the digitalization of the old paper bus pass system to the digital bus pass system where the conductor needs to scan the passenger's QR code for verification.
https://github.com/parth-darji/digipass

firebase react-native

Last synced: 2 months ago
JSON representation

DigiPass is the digitalization of the old paper bus pass system to the digital bus pass system where the conductor needs to scan the passenger's QR code for verification.

Awesome Lists containing this project

README

          

# DigiPass

DigiPass is the digitalization of the Indian paper bus system. The conductor has an app where he can scan a QR code from a student ID card which is in the form of a digital or plastic ID card.

It solves problems such as,

- Students don't have to stand in the Pass office line. So registration is easy and the student has two option want a physical pass or a digital pass (from their app).

- The conductor needs to just scan the QR code of students so they will know by ringing the sound whether the student is verified or not.

- This system manages the data efficiently by using Firebase as a backendless NoSQL database where I have implemented Authentication, Firestore, FCM, Storage, etc.

I used this application for the SSIP program in Gujarat which stands for Student Startup and Innovation Policy. Where I made this application with React Native and Firebase technology.

# Where to find code

There are two branches.
1. digipass
2. scanner

You will find the code for DigiPass in the "digipass" branch and the conductor app code in the "scanner" branch. These are two different apps for different audiences.