Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 499 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 499 Bytes

NSS-backend

###API details:

/Request blood:

  • Post:

    • Name
    • Email
    • ID
    • Email
    • Phone
    • Reciever
    • Address
  • JSON Response: { status: // Status code returned by the api. mail: // If the mail has been sent and/or recorded in the database. message: //Any success or error message described here. }

###Status codes:  

  • 200 : successful
  • 500 : DB connect error
  • 400 : bad request error
  • description of error is in the "message of the JSON object"