Express API Validation with Joi | For Absolute Beginners
Codes : https://github.com/syed-ashraf123/joi...
-- Basics --
00:00:00 Introduction
00:01:00 Joi Introduction
00:01:38 Joi Documentation
00:04:05 Joi Installation
00:04:35 Joi Schema
00:05:07 String
00:05:15 Number
00:05:36 Validating
00:07:00 Error
00:09:30 Required
00:12:45 Integer
00:13:30 Minimum Number
00:13:50 Maximum Number
00:17:15 Float
00:19:17 Minimum String
00:19:25 Maximum Length
00:21:24 Alphanumeric
00:24:15 Regex
00:28:06 Joi Password Validator
00:30:50 Any
00:31:25 Email
00:35:50 Confirm Password
-- Advanced --
00:38:20 Registeration Schema
00:38:58 Contact Form Schema
00:40:20 Single Variable Schema
00:43:33 College Form
00:44:40 Type
00:50:30 When
00:54:55 Xor
00:56:33 And
00:58:54 Card Number
01:02:34 Boolean
01:04:40 Array
01:06:40 Array of Objects
01:09:53 Dates
01:10:38 Minimum Date
01:13:02 Precision
01:11:35 Maximum Date
01:15:50 Custom
-- Implementaion in Express App --
01:19:45 Express APP
01:22:40 Joi Schema
01:30:20 Validation File