0.5.0 • Published 8 months ago

@creatioart-js/express-core v0.5.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

CreatioART: Express Core

Release Level NPM Version

CreatioART - Core library package for Express framework it is a Node JS package that contains good practices and reusable base common components. This package can be applied to any web component such as:

  • NodeJS Enviroments
  • Serverless Engine
  • Kubernate Engine
  • Node Express Server

Getting Started

  1. Quickstart
  2. Artifact
  3. Requirements
  4. Project organization
  5. Building from Source
  6. Test the Artifact
  7. Documentation
  8. CreatioART libraries
  9. License
  10. Change Log

Quickstart

Installing the library

npm install @creatioart-js/express-core

Ways to use

A quick start guide is available.

Artifact

ElementDescription
Artifact id@creatioart-js/express-core
Artifact Nameexpress-core

Requirements

To build and run the application you need:

Project organization

The code is organized as follows:

  1. decorator contains the class decorators.
  2. dto contains the data transfer object.
  3. entity contains the persistence domains.
  4. enum contains the enumerations that set the domain values.
  5. error contains the error domain values.
  6. filter contains the filtering classes.
  7. helper contains functionality necessary for general operation.
  8. order contains the ordering classes.
  9. service contains the interfaces and implementations that define the functionality provided by the service.
  10. order contains the domain validation classes.

Building from Source

  1. Install Node.js 20 - Node.js 20 Download
  2. Install dependencies: npm install
  3. Run compile: npm run build

Test the Artifact

  1. Install Node.js 20 - Node.js 20 Download
  2. Install dependencies: npm install
  3. 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-core:

  • Submit bugs and help us verify fixes
  • Submit pull requests for bug fixes and features and discuss existing proposals

License

Apache-2.0

Change Log

Change Log