Loading repository data…
Loading repository data…
k-arthik-r / repository
This Repository Contains the Code for a Dynamic website built for Vidyavardhaka College of Engineering that verifies the Certificates Received as the part of the Institution by Validating its Reference ID. Its a website Buits using HTML, CSS, Java Script, Python( Flask ) and Hosted using Azure web Services. Its data is Maintained in Mongo DB.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This Repository Contains the Code for a website built for Vidyavardhaka College of Engineering that verifies the Certificates Received as the part of the Institution by Validating the Certificate Reference ID. Its a Dynamic website Buits using HTML, CSS, Java Script, Python( Flask ) and Hosted using Azure web Services. Its data is Maintained in Mongo DB.
Python 3.11.1 (Recommended)
git init
git clone https://github.com/k-arthik-r/VVCE-Certificate-Verificaion-Site.git
python -m venv env
.\env\Scripts\Activate.ps1
pip install -r requirements.txt
Give The Appropriate Mongo DB Credentials in config
After Importing all the mentioned modules, Run app
python app.py
The Webpage takes Reference ID (It is Printed on the Certificate) as Input form the User and Validates the ID. If the ID is Valid, it will display the Name and Contribution of the User Along with the Event Name. If the ID is Invalid, it will Display an Error Message stating ID is Invalid.
If you have any feedback, please reach out to us at voidex.developer@gmail.com . You are also welcomed to add new features by creating Pull Requests.