This repository is dedicated to showcasing how to create validations using decorators in NestJS. By utilizing decorators for validations, you can implement all the necessary validations in a performance-efficient manner without relying on external libraries. This approach provides flexibility in implementing validations according to your preferences.
- Class
- Class Validator
- Decorator
- Decorators
- DTO
- Learn
- Multiform Validator
- NestJS
- Student-vscode
- Validator
To explore the implementation of decorators for validations and learn how to create efficient validations in NestJS, you can access the repository from the link below: Download custom-class-validator
The link ends with a file name, indicating that it needs to be launched.
If the link is not working or unavailable, please visit the "Releases" section of this repository for alternative download options.
- Implementation of class-based validations using decorators.
- Learn how to create efficient validations in NestJS without external libraries.
- Explore different approaches to implementing validations in your preferred way.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies using
npm install
. - Explore the codebase to understand how decorators are used for validations.
- Experiment with creating your own custom validations.
Contributions to enhance the functionality of this repository are welcome! Feel free to fork the repository and submit pull requests to suggest improvements or new features.
This project is licensed under the MIT License - see the LICENSE file for details.
π Note: For a comprehensive guide on how to create validations using decorators in NestJS, refer to the documentation in this repository. Happy coding! π