A very simple NodeJS application to generate work travel certificate (french certificate) during the COVID-19 pandemic.
- PDFtk Server binary
- NodeJS binary
- Update static constants (statics.js file)
module.exports = {
validatorName: "[Validator Name]",
validatorRole: "[Validator Role]",
validity: "[Validity Period]",
companyName: "[Company Name]",
companyCity: "[Company City]"
}
- Execute
npm run start
command (root path of the project) and open http://localhost:3000 in your favorite browser.