...

/

Exercise: Building an Express.js Server

Exercise: Building an Express.js Server

Use what you've learned in this chapter to complete this coding exercise.

Problem statement

The web application relies heavily on its server. Whenever a client sends a request, the server plays a vital role in processing it. In this exercise, your objective is to create a server using Express.js to set up the fundamental structure of a web application. This server should excel in handling API requests and rendering HTML pages. The detailed project specifications are outlined below.

API routing

  • Create an API route ...