# What is done

<details>

<summary>➡️ Architecture</summary>

✅ Modular way

✅ Monolithic - Layered Architechture (3 Tier, actually 2 tier implemented here)

</details>

<details>

<summary>➡️ Design Patterns</summary>

* [x] MVC - Model View Controller
* [x] Singleton Pattern- global sharable instance suppose one database in whole application
* [x] Facade Pattern - multiple database connection with same functionality
* [x] Service Repository Pattern

</details>

<details>

<summary>➡️ Languages/Framework/Library</summary>

* Language: ↪️ [Node.js](https://nodejs.org/en) as JS server side runtime
* Framework: ↪️ [Express.js](https://expressjs.com) as web framework
* Database: ↪️ [MongoDB](https://www.mongodb.com) as NoSQL Database
* Documentation: ↪️ [Swagger](https://swagger.io)

</details>

<details>

<summary>➡️  Virtualization</summary>

* Build Container by Docker : `make build` or `docker build . -t samayun/penguin`
* Run Container by Docker: `make run` or `docker run -p 5000:8080 -d samayun/penguin`

</details>


---

# 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://samayun.gitbook.io/architect-express-app/what-is-done.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.
