https://github.com/masb0ymas/expresso-docs
expresso docs
https://github.com/masb0ymas/expresso-docs
docs gitbook
Last synced: 2 months ago
JSON representation
expresso docs
- Host: GitHub
- URL: https://github.com/masb0ymas/expresso-docs
- Owner: masb0ymas
- Created: 2023-02-17T15:49:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T02:59:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T10:49:35.832Z (4 months ago)
- Topics: docs, gitbook
- Homepage: https://expresso.masb0ymas.com
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👋 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="get-started/quick-start.md" %}
[quick-start.md](get-started/quick-start.md)
{% endcontent-ref %}