# Day 7: Product Service (Node.js)

* **Learn**: Express.js basics, routing.
* **Task**: Build an Express app with a /products endpoint returning "Product List." Commit to product branch.

### Daily Tasks 🎉:

* Installed node, npm, express on the system
* created app.js and run it using `node app.js`&#x20;
* Tested `/products`  endpoint accessibility
* Added `.gitignore` file for the project

<figure><img src="/files/PSj7Ul9p4XHudFP6jayN" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://charan-techjourney.gitbook.io/charan-techjournal/50-days-of-devops-ecommerce-microservices/project-daily-tasks/day-7-product-service-node.js.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
