An open API service indexing awesome lists of open source software.

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

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

[![Status](https://www.code-inspector.com/project/702/status/svg)](https://www.code-inspector.com/public/project/702/express-query-filter/dashboard)

![Node.js Package](https://github.com/hmanzur/express-query-filter/workflows/Node.js%20Package/badge.svg?branch=master)