Skip to content

Certificate Generator for MSFT Ambassadors related Events

Notifications You must be signed in to change notification settings

MatthewSzurkowski/certiGenBackend

 
 

Repository files navigation

CertiGen

certiGen Banner

Installation & API

Installation


  1. Clone this repository.
  2. Install npm packages using ./getPacks.sh (if this doesn't work, use chmod +x getPacks.sh and then ./getPacks.sh)
  3. Run the server. npm run devStart
  4. Server starts running at port: 5000 and React page on port: 3000
  5. Go to Browser and run localhost:5000. You will see the usage of API and Help on your browser.

Usage

  1. Enter the name of the event
  2. Enter the name of the ambassador running the event
  3. Enter the participants names (seperated by commas)
  4. Check the certificates folder for your certificates

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

    Certificate Generator for MSFT Ambassadors related Events

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • JavaScript 72.8%
    • CSS 14.1%
    • HTML 12.7%
    • Shell 0.4%