IITM-POD Certificate Verification System & Generation API
Require Python 3.8+. Create a virtualenv,
python -m virtualenv env
cd env
Install Poetry (pip install poetry
), and run poetry to install dependencies.
poetry install
Deploy the server using uvicorn
uvicorn main:app