Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 941 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 941 Bytes

hng9backendT1

HNG9 Backend Task 1

Backend Stage 1 Task

Study Material

Task Description

  • Setup a server (Hosted)

  • Create an (GET) api endoint that returns the following json response:

    { "slackUsername": String, "backend": Boolean, "age": Integer, "bio": String }

    • SlackUsername should be a string datatype and your slack username
    • Backend should be a boolean datatype
    • Age should be an  integer datatype
    • Bio(description about yourself) should be a string datatype
  • Push to GitHub

Sample Input: does not apply ****None

Sample Response Format { "slackUsername": String, "backend": Boolean, "age": Integer, "bio": String }