IkemNwodo / HNG-first-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HNG9

Backend Stage 1 Task

  • 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
  • Push to GitHub

About


Languages

Language:Java 100.0%