0.3.0 • Published 8 months ago
@creatioart-js/express-error-handler v0.3.0
CreatioART: Error Handler
CreatioART - Core error handle package for Express framework it is a Node JS package that contains all error handlers. This package can be applied to any web component such as:
- NodeJS Enviroments
- Serverless Engine
- Kubernate Engine
- Node Express Server
Getting Started
- Quickstart
- Artifact
- Requirements
- Project organization
- Building from Source
- Test the Artifact
- Documentation
- CreatioART libraries
- License
- Change Log
Quickstart
Installing the library
npm install @creatioart-js/express-error-handler
Ways to use
A quick start guide is available.
Artifact
Element | Description |
---|---|
Artifact id | @creatioart-js/express-error-handler |
Artifact Name | express-error-handler |
Requirements
To build and run the application you need:
Project organization
The code is organized as follows:
error
contains the error domain values.handler
contains all error handlers.middelwares
contains all middelwares.
Building from Source
- Install Node.js 20 - Node.js 20 Download
- Install dependencies: npm install
- Run compile: npm run build
Test the Artifact
- Install Node.js 20 - Node.js 20 Download
- Install dependencies: npm install
- Run test: npm run test
Documentation
Document Reference: Docs TypeDocs
CreatioART libraries
Complementary libraries available from CreatioART:
Made with ❤️ by the CreatioART team.
Contribute
If you are interested in fixing issues and contributing directly to the code, please contact to the project manager. Here is how you can contribute to CreatioART.express-error-handler:
- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes and features and discuss existing proposals