Skip to content

gokhalevedant06/Certificate-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSC Certificate Generator

Website which generates certificates and sends them via mail

image

View Demo · Report Bug · Request Feature


Usage 🚀

  1. Upload certificate template

  2. Set Email Format

  3. Enter sample text. It will now appear on the template. You can drag and place it on the template wherever you want

  4. Choose proper font. You can also pick a suitable color, increase or decrease the font

  5. Upload CSV which contains name which will be appended on the certificate in place of example text and email of the participant

  6. Enter your email and password and click on upload template button

  7. Click on Send Emails and you are done!


Technologies Used 💻


Installation Steps 🛠️

Make sure you have NodeJS and node package manager installed on your machine, or install it from here

  1. Clone the repository
git clone https://github.com/gokhalevedant06/Certificate-Generator.git

For Frontend :

  1. Change working directory

    cd client
  2. Installing dependencies

    npm i
  3. Run the app

    npm start

For Backend :

  1. Change working directory

    cd server
  2. Installing dependencies

    npm i
  3. Run the app

    npm run nodemon

You are all set! 🌟

This project needs a 🌟 from you 😊