Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

34 lines (31 loc) · 1.42 KB

🔥 Online Certificate Generator 🔥

About:

This project is capable of generating certificates based on certain templates provided. The user will be asked a few questions and on submitting the form the certificate will be generated.

To Get Started

  1. Set up your environment. Installing Nodemon package is optional
npm init
npm install express
npm install pdfkit
npm install nodemon
npm install body-parser
  1. Once the Packages are installed run the following command on your command shell
npm start

If nodemon is installed the you can go for

nodemon

Now you can start developing the project according to your neccessity.

New To GitHub??


If you find this Repository Interesting and Helpful do leave a 🌟 or contribute. 😄