@phidvss55/express-lib
v1.1.0
Published
A library for building express applications
Maintainers
Readme
Express Library Source
This directory contains the core source code for the @phidvss55/express-lib package. The library is organized into three main modules:
Directory Structure
core: Contains the foundational framework components.
- Application bootstrapping (
MainApplication) - Base controller abstractions
- Standardized error handling system
- Common interface definitions
- Application bootstrapping (
common: Reusable infrastructure utilities.
- Messaging (RabbitMQ)
- Caching (Redis)
- Database utilities (MongoDB/Mongoose connection)
- Cryptography (AES)
- Logging (Winston)
mongoose: Mongoose-specific implementation patterns.
- Base Entity abstract class
- Repository pattern implementation
- Base Service abstractions
Each module contains its own README.md with detailed usage instructions and code samples.
