Express middleware filter parser to Sequelize options
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
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
Testing using Jest
npm run test
Add depenency to package.json and run npm install
command
- Express.js - Web Server Framework
- JsHint - For better practices
- Eslint - For better practices
- Jest - Unit test
- Sequelize ORM - Node DB ORM
On build
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Habib Manzur - hmanzur
This project is licensed under the MIT License - see the LICENSE file for details