# Welcome!

## Welcome to expresso docs ☕

Online API documentation with examples so you can start building web apps with expresso right away!

**expresso** is an improvisation of the **expressjs** framework and adds many other features already included in this starter app/boilerplate.

### Feature :

* Storage Provider ( **Aws S3**, **Google Cloud Storage**, and **MinIO** )
* SMTP Provider ( **Basic SMTP**, **Mailgun API**, **OAuth Google** )
* Memory Cache ( **ioredis** )
* **Multer** Middleware
* Rate Limit
* Permission Access per Endpoint API
* User Agent Middleware
* **i18next**

### Prerequisite :

First of all, we recommend using **Node v16**, installing the package with **Yarn** or **PNPM**

## Want to jump right in?

Feeling like an eager beaver? Jump into the quick start docs and get making your first request:

{% content-ref url="/pages/IEPnHMg5SLCzXwBwG4Zb" %}
[Quick Start](/get-started/quick-start.md)
{% endcontent-ref %}


---

# 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://expresso.masb0ymas.com/get-started/welcome.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.
