Building a News API with Node.js (Challenge)

# Introduction In this challenge, we will be writing code to create a news API using Node.js. The goal is to create a server that runs on port 8080 and returns news data when accessed through the `/news` path. Any other path should return a 404 error. The news data should be in UTF-8 format and should be returned in the specified JSON format.

|60 : 00

Click the virtual machine below to start practicing