https://github.com/hmanzur/express-query-filter
Express filtering to sequelize query
https://github.com/hmanzur/express-query-filter
expressjs filtering nodejs npm-package sequelize sequelize-orm
Last synced: about 1 year ago
JSON representation
Express filtering to sequelize query
- Host: GitHub
- URL: https://github.com/hmanzur/express-query-filter
- Owner: hmanzur
- License: gpl-3.0
- Created: 2019-10-09T12:58:52.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-01-27T19:59:58.000Z (over 6 years ago)
- Last Synced: 2025-03-17T03:46:44.570Z (about 1 year ago)
- Topics: expressjs, filtering, nodejs, npm-package, sequelize, sequelize-orm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/express-query-filter
- Size: 188 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-query-filter
Express middleware filter parser to Sequelize options
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
```
Give examples
```
### Installing
A step by step series of examples that tell you how to get a development env running
Say what the step will be
```
npm install -i express-query-filter
```
This is an open source project using Node express middleware
that catch query params and return Sequelize options
## Running the tests
Testing using Jest
```
npm run test
```
## Deployment
Add depenency to package.json and run `npm install` command
## Built With
* [Express.js](https://expressjs.com/es/) - Web Server Framework
* [JsHint](https://jshint.com/docs/options/) - For better practices
* [Eslint](https://eslint.org/) - For better practices
* [Jest](https://jestjs.io/) - Unit test
* [Sequelize ORM](https://sequelize.org) - Node DB ORM
## Contributing
On build
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/hmanzur/express-query-filter/tags).
## Authors
* **Habib Manzur** - [hmanzur](https://github.com/hmanzur)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
[](https://www.code-inspector.com/public/project/702/express-query-filter/dashboard)
