CertificateGenerator
Generate, verify, and share certificates, made with Next.js and MongoDB.
I made this project to learn about mongoDB. It allows users to generate and download certificates for various courses. The project utilizes Next.js for the frontend and MongoDB for the backend.
😎 Features
Certificate Generation
- Create certificates by filling out a form with number of weeks, start date, course and obviously name.

Generating Certificates
Download Certificates
- After generating a certificate, download it in PDF format(This step saves the certificate to the database).

Downloading Certificates
Verification
- Verify the authenticity of the certificates by checking the unique ID associated with each certificate.

Verifying Certificates