У нас вы можете посмотреть бесплатно Build a CRUD API with TypeScript, Express, MongoDB, Zod and Jest или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This was edited from a live stream on twitch. Follow on twitch to watch live: / codinggarden View the code here: https://github.com/CodingGarden/intro... 📩 Sign up for my mailing list: https://list.coding.garden/ 💖 Donate: https://coding.garden/donate 😍 Pledge: https://coding.garden/pledge 💬 Discord: https://coding.garden/discord 🎉 Stickers: https://coding.garden/stickers 💻 Gear List: https://coding.garden/gear 🔎 Search for more Coding Garden videos here: https://coding.garden/videos 🗣 View the Coding Garden FAQ here: https://github.com/CodingGarden/faqs 00:00:00 Intro 00:00:09 Hello Friends 00:01:00 Project Template 00:01:40 Clone Template 00:02:21 Template Overview 00:05:00 Typescript with Express 00:07:23 How to find Typescript libraries 00:09:21 Install zod and mongodb 00:09:43 Folder Structure 00:11:36 Create a schema with zod 00:14:39 Create todos router 00:18:59 zod default values 00:19:20 Restructure tests 00:21:31 Our first test 00:25:35 mongodb setup 00:29:23 collection / model setup 00:31:00 findAll handler 00:33:22 test beforeAll collection drop 00:34:47 close database connection after tests 00:36:23 jest and supertest explained 00:38:01 refactor request handlers 00:39:57 Service / Controller / DAL explained / best practices 00:43:25 Express Error Handling 00:46:18 createOne handler 00:49:55 createOne tests 00:58:30 tests are nice 00:59:01 request validation middleware refactor 01:07:40 findOne handler 01:13:09 findOne tests 01:16:00 zod ObjectId validation 01:20:43 updateOne handler setup 01:22:57 updateOne tests 01:27:23 updateOne handler implementation 01:29:02 deleteOne handler setup 01:30:28 deleteOne tests 01:32:29 deleteOne handler implementation 01:36:13 we did it 01:36:44 findAll correction 01:37:49 Thank You! 01:38:40 catJAM