- Generate certificates with unique IDs and names
- Store issued certificates
- Upload and verify certificates
pip install -r requirements.txt
python app.py
POST to /generate with form-data: name=<NAME>
POST to /verify with a file upload (file field)
- Issued certificates are stored in
certificates.json - Certificate files are in
cert_files/