Lilywd / Hng9

backend track

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Description

  • Setup 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

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

About

backend track


Languages

Language:JavaScript 100.0%