Skip to content

Capstone-Jury-Management/JuryProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jury Management System

Backend Routes

Search

Fetches a list of jury participants associated with the given data parameters. At least one data paramater is required.

  • URL: /api/search
  • Method: POST
  • Data Params:
    first_name=[string]
    last_name=[string]
    birth_date=[string]
    ssn=[string]
    mvc_id=[string]

Participant

Fetches participant details associated with the given participant_id.

  • URL: /api/participant
  • Method: POST
  • Data Params:
    participant_id=[integer]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors