express-query-adapter
:mag_right: :dizzy: Transfrom automatically Express.js req.query into your favourite query tool
File Explorer
Download Latest Version (.zip)- build-and-test.yml
- publish.yml
- commit-msg
- disabled.ts
- enabled.ts
- index.ts
- config-profile.ts
- default-config.ts
- enableable-option.ts
- find-policy.ts
- index.ts
- loader.ts
- pagination-option.ts
- profile-options.ts
- between.ts
- contains.ts
- ends-with.ts
- exact.ts
- gt.ts
- gte.ts
- icontains.ts
- iends-with.ts
- in.ts
- index.ts
- is-null.ts
- istarts-with.ts
- lt.ts
- lte.ts
- starts-with.ts
- field-filter.ts
- lookup-builder-factory.ts
- lookup.enum.ts
- lookup.ts
- container.ts
- filter-option.ts
- order-option.ts
- pagination-option.ts
- relations-option.ts
- select-option.ts
- filter-factory.ts
- filter.ts
- query-builder.ts
- query.ts
- express-query-adapter.ts
- express-query.ts
- factory.ts
- index.ts
- query-builder.ts
- return-type.ts
- field-filter.spec.ts
- filter-factory.spec.ts
- order.spec.ts
- pagination.spec.ts
- relations.spec.ts
- select.spec.ts
- loader.spec.ts
- default-pagination.ts
- express.spec.ts
- express-query-builder.spec.ts
- factory.spec.ts
- .eslintrc.json
- CHANGELOG.md
- jest.config.ts
- package.json
- project.json
- README.md
- tsconfig.json
- tsconfig.lib.json
- tsconfig.spec.json
- .gitkeep
- .gitkeep
- publish.mjs
- tsconfig.tools.json
- .commitlintrc.json
- .editorconfig
- .eslintrc.json
- .gitignore
- .prettierignore
- .prettierrc
- express-adapter-pipeline.png
- jest.config.ts
- jest.preset.js
- LICENSE
- logo.png
- nx.json
- package-lock.json
- package.json
- README.md
- tsconfig.base.json
# Installation Guide
1. Get the code
git clone https://github.com/Tool-Kid/express-query-adapter
Downloads the entire project code from GitHub to your computer.
cd express-query-adapter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
