Skip to content
/ CertiGen Public

A REST API, that generates, Microsoft Student Ambassador Event Certificates

Notifications You must be signed in to change notification settings

imabp/CertiGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friendly Tutorial

https://www.youtube.com/watch?v=cEDCV2HJxcU&feature=youtu.be

Contribution

  • Please find the GitHub Project Board here
  • Share your features, by creating an issue here

Installation & API

Installation


  1. Clone this repository.
  2. Install npm packages using npm i
  3. Run the server. npm run devStart
  4. Server starts running at port: 5000
  5. Go to Browser and run localhost:5000
  6. 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"]
      }
      • After Successful generation of certificates you will receive response as Success and all certificates will be in folder named certificates

    About

    A REST API, that generates, Microsoft Student Ambassador Event Certificates

    Resources

    Stars

    Watchers

    Forks

    Packages

    No packages published