Website which generates certificates and sends them via mail
View Demo · Report Bug · Request Feature
-
Upload certificate template
-
Set Email Format
-
Enter sample text. It will now appear on the template. You can drag and place it on the template wherever you want
-
Choose proper font. You can also pick a suitable color, increase or decrease the font
-
Upload CSV which contains name which will be appended on the certificate in place of example text and email of the participant
-
Enter your email and password and click on upload template button
-
Click on Send Emails and you are done!
Make sure you have NodeJS and node package manager installed on your machine, or install it from here
- Clone the repository
git clone https://github.com/gokhalevedant06/Certificate-Generator.git
For Frontend :
-
Change working directory
cd client
-
Installing dependencies
npm i
-
Run the app
npm start
For Backend :
-
Change working directory
cd server
-
Installing dependencies
npm i
-
Run the app
npm run nodemon