@creatioart-js/express-google-security
v1.0.1
Published
CreatioART - Core Google security library package for Express framework that contains Google security toolkit class
Downloads
339
Readme
CreatioART: Express Google Security
CreatioART - Core Google security package for Express framework it is a Node JS package that contains Google security toolkit class. 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-google-security
Ways to use
A quick start guide is available.
Artifact
| Element | Description | | ------------- | -------------------------------------- | | Artifact id | @creatioart-js/express-google-security | | Artifact Name | express-google-security |
Requirements
To build and run the application you need:
Project organization
The code is organized as follows:
dto
contains the data transfer object.enum
contains the enumerations that set the domain values.helper
contains functionality necessary for general operation.middelware
contains middleware classes for the security of web applications.service
contains the interfaces and implementations that define the functionality provided by the service.
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.
- https://www.npmjs.com/org/creatioart-js
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-google-security:
- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes and features and discuss existing proposals