Create a folder called coffeerun_backend to store your project files. 2. Inside that folder, run the npm init command to initialize your application. Enter Titan Coffee Run for the name and use main.js as the entry point. 3. In main.js, create a simple server that listens on port 3000. 4. We're going to start with handling one simple request right now. You will need an if statement that check's the url and the request method for the incoming request!      a. A GET request to your server with a url of "index.html" should return a response containing "Welcome, to Titan Coffee Run" and a SUCCESS status code. The content type should be text/html.      b. A GET request to anything other than "index.html" should return a response containing "Sorry, the page you are looking for is not here." with a page not found status code. The content type should be text/html and contain the PAGE NOT FOUND status code.

A+ Guide To It Technical Support
10th Edition
ISBN:9780357108291
Author:ANDREWS, Jean.
Publisher:ANDREWS, Jean.
Chapter16: Securing And Sharing Windows Resources
Section: Chapter Questions
Problem 13TC: You have set up a user group named Accounting and have put all employees in the Accounting...
icon
Related questions
Question
  1. Create a folder called coffeerun_backend to store your project files.
    2. Inside that folder, run the npm init command to initialize your application. Enter Titan Coffee Run for the name and use main.js as the entry point.
    3. In main.js, create a simple server that listens on port 3000.
    4. We're going to start with handling one simple request right now. You will need an if statement that check's the url and the request method for the incoming request!
         a. A GET request to your server with a url of "index.html" should return a response containing "Welcome, to Titan Coffee Run" and a SUCCESS status code. The content type should be text/html.
         b. A GET request to anything other than "index.html" should return a response containing "Sorry, the page you are looking for is not here." with a page not found status code. The content type should be text/html and contain the PAGE NOT FOUND status code.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
A+ Guide To It Technical Support
A+ Guide To It Technical Support
Computer Science
ISBN:
9780357108291
Author:
ANDREWS, Jean.
Publisher:
Cengage,