https://www.youtube.com/watch?v=cEDCV2HJxcU&feature=youtu.be
- Clone this repository.
- Install npm packages using
npm i
- Run the server.
npm run devStart
- Server starts running at port: 5000
- Go to Browser and run
localhost:5000
- You will see the usage of API and Help on your browser.
- GET '/' : This is a Help Route
- POST '/sendData' : One and only Route for Certificate Generation. Below is the description of what you should send as Raw JSON with this POST Request.
- {
event_name:"Name of The Event",
ambassador_name: "Name of the Ambassador",
participants:["Person 1","Person 2","Person 3","Person 4"]
} - After Successful generation of certificates you will receive response as Success and all certificates will be in folder named certificates
- {