https://github.com/passeriform/nestjs-mongoose-filters
Configurable filtering API extension for nestjs controller using Mongoose models
https://github.com/passeriform/nestjs-mongoose-filters
Last synced: about 1 month ago
JSON representation
Configurable filtering API extension for nestjs controller using Mongoose models
- Host: GitHub
- URL: https://github.com/passeriform/nestjs-mongoose-filters
- Owner: Passeriform
- License: mit
- Created: 2021-03-31T08:26:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T19:45:34.000Z (about 2 years ago)
- Last Synced: 2025-09-07T20:03:35.925Z (9 months ago)
- Language: TypeScript
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
NestJs - Mongoose Filters Controller Extension
### Installation
1. Add to project using npm/yarn
```bash
npm install --save @nestjspf/mongoose-filters
```
OR
```bash
yarn add @nestjspf/mongoose-filters
```
## Change Log
See [Changelog](CHANGELOG.md) for more information.
## Contributing
Contributions welcome! See [Contributing](CONTRIBUTING.md).
## License
Licensed under the MIT License - see the [LICENSE](LICENSE) file for details.