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.
- Set up your environment. Installing Nodemon package is optional
npm init
npm install express
npm install pdfkit
npm install nodemon
npm install body-parser
- 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.