ATHARVA262005 / GDG-On-Campus-Certificate-Maker

certificate generator website specially designed for gdg on campus
https://certgdgoncampus.vercel.app
Other
5 stars 2 forks source link

Store Generated Certificates in Database #1

Open ATHARVA262005 opened 4 days ago

ATHARVA262005 commented 4 days ago

Description:

Currently, generated certificates are not being stored in a database. Implement a feature where users can provide their database URI (such as MongoDB or PostgreSQL), and the generated certificates are saved in their database.

Expected Outcome:

Once a certificate is generated, it should be automatically stored in the user's specified database.

ripu2 commented 4 days ago

Not advisavble to store it in DB, will prefer some storage engine, let's connect somewhere to discuss the options