k-arthik-r / VVCE-Certificate-Verificaion-Site

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.

Home Page:https://vvce-certifications.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VVCE Certificate Verifications


             

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.


Requirments

Python 3.11.1 (Recommended)

Modules Required

  • flask
  • pymongo
  • configparser

How to Run?

  • Intialize a Git Repository.
  git init
  • Clone the Current Git Repository.
  git clone https://github.com/k-arthik-r/VVCE-Certificate-Verificaion-Site.git
  • Crete a Virtual Environment named env and Activate it(PowerShell)
  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

How the Website Works?

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.

Doc1


License

Licence


Feedback

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.

About

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.

https://vvce-certifications.azurewebsites.net/

License:MIT License


Languages

Language:CSS 42.4%Language:HTML 39.4%Language:Python 17.0%Language:JavaScript 1.2%