/hng-task-1

HNG internship

Primary LanguageJavaScript

hng-task-1

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