Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 657 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 657 Bytes

##Quick Setup

  • First, install wkhtmltopdf from here.
  • Navigate to the server directory in our app using command-line.
  • Run npm install
  • Rename your excel file to input.xls and place in the server/uploads directory
  • Run node initial.js and wait for it to finish
  • Now, if you run node app.js, the mails would be sent to the participants

##Note

  • Your excel file should only be in .xls format
  • Your excel file should contain name, lastName, email, college and event columns