@seip/blue-bird 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,17 +10,16 @@
|
|
|
10
10
|
|
|
11
11
|
## 🌟 Introduction / Introducción
|
|
12
12
|
|
|
13
|
-
**Blue Bird** is a powerful, opinionated structure based on **Express** and **React**. It's designed to help developers build fast, scalable applications
|
|
13
|
+
**Blue Bird** is a powerful, opinionated structure based on **Express** and **React**. It's designed to help developers build fast, scalable applications,apis and everything pre-configured.
|
|
14
14
|
|
|
15
|
-
**Blue Bird** es una estructura potente basada en **Express** y **React**. Está diseñada para ayudar a los desarrolladores a construir aplicaciones rápidas
|
|
15
|
+
**Blue Bird** es una estructura potente basada en **Express** y **React**. Está diseñada para ayudar a los desarrolladores a construir aplicaciones rápidas ,apis escalables y todo pre-configurado.
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
## 🚀 Key Features / Características Clave
|
|
20
20
|
|
|
21
21
|
- ⚡ **All-In-One**: Express, React, Vite, JWT Auth, and Validations ready to go.
|
|
22
|
-
- 💎 **Flexible**: Extensible via standard Express `.use()` middleware.
|
|
23
|
-
- 🏝️ **Island Architecture**: Hydrate only what you need with React.
|
|
22
|
+
- 💎 **Flexible**: Extensible via standard Express `.use()` middleware.
|
|
24
23
|
- 🔐 **Secure**: Integrated JWT authentication and multi-language validation.
|
|
25
24
|
- 📁 **Uploads**: Easy file handling with Multer-based helpers.
|
|
26
25
|
|