/HNG9

Primary LanguageTypeScript

HNG9 Stage 1 Task

• hosted on render https://hngstage1task.onrender.com

TASK DESCRIPTION

  • Set up a server (Host)
  • 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 }