IkemNwodo / HNGI9-Backend-Assessment

HNGI9 Backend Assessment

Home Page:https://hng-task1-s07a.onrender.com/user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HNGI9 First Assignment.

This is just a basic nodejs assignment for the backend section in HNGI9.

Created using

  • Nodejs
  • Expressjs

Deployed to Railway.app

Live URL

Setting up.

Step 1

clone the repo

git clone  https://github.com/Benrobo/HNGI9-Backend-Assessment.git

Step 2

Install all dependencies.

Note:- before doing that, make sure you have nodejs and npm installed locally.

npm install

Step 3

Start the local server

npm start

You should get the following result in the terminal

server started at http://localhost:5000

Step 4

visit http://localhost:5000/user to see the below response.

{
"slackUsername":"benrobo",
"backend": true,
"age":20,
"bio":"....."
}

open the link in browser and you should be greeted with a text called Hello World

About

HNGI9 Backend Assessment

https://hng-task1-s07a.onrender.com/user


Languages

Language:JavaScript 84.5%Language:Nix 15.5%