CertiGen
CertiGen copied to clipboard
A REST API, that generates, Microsoft Student Ambassador Event Certificates
Friendly Tutorial
https://www.youtube.com/watch?v=cEDCV2HJxcU&feature=youtu.be
Contribution
Installation & API
Installation
- 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.
API
- 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"]
}
- {