Nest.js with MongoDB - Complete Example

  Рет қаралды 194,147

Academind

Academind

Күн бұрын

Connect your NestJS app to a MongoDB server and learn how to create, read, update and delete (CRUD) data.
Join the full "MongoDB - The Complete Developer's Guide" course: acad.link/mongodb
Exclusive discount also available for my "Node.js - The Complete Guide" course: acad.link/nodejs
Check out all our other courses: academind.com/...
----------
Watch the first part: academind.com/...
Starting Code: github.com/aca...
Finished Code: github.com/aca...
MongoDB Introduction: academind.com/...
SQL vs NoSQL: academind.com/...
----------
• Go to www.academind.com and subscribe to our newsletter to stay updated and to get exclusive content & discounts
• Follow @maxedapps and @academind_real on Twitter
• Follow @academind_real on Instagram: / academind_real
• Join our Facebook community on / academindchannel
See you in the videos!
----------
Academind is your source for online education in the areas of web development, frontend web development, backend web development, programming, coding and data science! No matter if you are looking for a tutorial, a course, a crash course, an introduction, an online tutorial or any related video, we try our best to offer you the content you are looking for. Our topics include Angular, React, Vue, Html, CSS, JavaScript, TypeScript, Redux, Nuxt.js, RxJs, Bootstrap, Laravel, Node.js, Progressive Web Apps (PWA), Ionic, React Native, Regular Expressions (RegEx), Stencil, Power BI, Amazon Web Services (AWS), Firebase or other topics, make sure to have a look at this channel or at academind.com to find the learning resource of your choice!

Пікірлер: 195
@kerryd2060
@kerryd2060 5 жыл бұрын
You're my favorite instructor on Udemy. I'm in most of your Udemy courses including MongoDB & NodeJS. You make the subjects easy to understand. Thank you!!
@academind
@academind 5 жыл бұрын
Thanks for this wonderful feedback and your great support Kerry!
@daltonjameson1506
@daltonjameson1506 3 жыл бұрын
I know Im pretty randomly asking but do anybody know a good website to watch new series online ?
@korbinfox2878
@korbinfox2878 3 жыл бұрын
@Dalton Jameson Try flixzone. You can find it by googling :)
@michaelpeltz
@michaelpeltz 5 жыл бұрын
Excellent as always Max. Not a waisted syllable. Dilligent preparation. Your commitment to researching and using best practices on every level is greatly appreciated. People: if you haven't taken any of Max's Udemy courses I highly recommend them. There are always sales and Max often includes a discount link in these free vids. I don't think I've paid more than $12.
@przemysawwronski5738
@przemysawwronski5738 5 жыл бұрын
NestJs course would be great
@academind
@academind 5 жыл бұрын
Not planned in the near future, sorry :/
@adriannlara
@adriannlara 5 жыл бұрын
@@academind U_U
@un256ix
@un256ix 5 жыл бұрын
using CQRS pattern and even better if in nx workspace together with angular :D
@NorseJedi
@NorseJedi 3 жыл бұрын
Just for anyone else running into this problem with newer versions of mongoose, the Product interface in product.model.ts has to extend the Document interface from mongoose. So instead of: export interface Product You'll need to put: export interface Product extends mongoose.Document
@TheLukrify
@TheLukrify 3 жыл бұрын
U saved me of lot of google searching. BIG THANKS!
@pervyshrimp2860
@pervyshrimp2860 3 жыл бұрын
thanks a lot man legit helped
@LattE0825
@LattE0825 3 жыл бұрын
Damn i've been scrambling here for hours, wondering what I have missed on the tutorial. Thank you so much!
@sahibsingh1221
@sahibsingh1221 3 жыл бұрын
Got the same issue, resolved. Big Thanks.
@lucaszanek6204
@lucaszanek6204 3 жыл бұрын
Thanks!!!!!
@venkatakameshwarpeddada1558
@venkatakameshwarpeddada1558 4 жыл бұрын
Thanks, both the videos w.r.t NestJs were quite useful. It helped me a lot to know about NestJs framework and become hands on very easily.
@disapamok_
@disapamok_ Жыл бұрын
Great one! I always find something new while watching your tutorials, And the way you present is precious! Thanks Max.
@ITEducationPakistan
@ITEducationPakistan 4 жыл бұрын
Max you are my best instructor forever.. Your research and teaching efforts for everyone both are begginer or professional and specifically your interaction with student joyful to learn something new with interesting and your theoretical logic for explanations make me easier to understand.
@academind
@academind 4 жыл бұрын
Thank you so much!
@ПавелКоломыткин
@ПавелКоломыткин 5 жыл бұрын
Hello, Max. Thank you for your work! It's a great stuff and useful much. Once you've asked about what would we like you make a course about? Well, I'm sure that your audience is mostly full stack developers. And as we all have a desire to grow we'd like to be aware of all aspects of development and delivery features to the customers, well at least most of them. I think devops is very interesting topic we all are interested in, especially Kubernetes. It would be great if you make a complete course about it. One more thanks for your videos.
@joerivde
@joerivde 2 жыл бұрын
So you're from München. Excellent tutorial, as always. Much love from your Belgian neighbours (:
@jediampm
@jediampm 5 жыл бұрын
Thanks Max, as always great video. Somethings to point out: - as you know, when you choose to work promises with async/wait sintaxe, you should warp inside try/catch. - in methods like update / insert or delete, you should return at least the status code of 201. - why not to use TypeOrm ? And to finalize, as soon as possible bring a video abou loopback 4. Thanks ;)
@dakshsagar2839
@dakshsagar2839 5 жыл бұрын
TypeORM is for SQL databases .
@miago4155
@miago4155 5 жыл бұрын
all those things nestjs does for you. and I think thats beautiful. @daksh sagar You can use typeOrm with mongodb. But you are right that the advantages of typeorm can be better exploited with sql databases.
@jediampm
@jediampm 5 жыл бұрын
@@dakshsagar2839 TypeOrm, it is not only to SQL type DB, also it works with No SQL DB. links: docs.nestjs.com/techniques/database typeorm.io/#/mongodb
@johnschmidt874
@johnschmidt874 5 жыл бұрын
Thanks Max! You always post top-notch quality, both on video and the content.
@wassimmehanna4402
@wassimmehanna4402 2 жыл бұрын
This 5 stars tutorial needs a continuity with one to many relationships using mongoose. I would glady pay for this.
@kingdarboja7903
@kingdarboja7903 5 жыл бұрын
Awesome tutorial, glad you made this one to show us how to deal with non-sql engines. Pretty much what developers needed besides the great documentation at NestJS page. However, I know there is other way of using MongoDB on our NestJS project, and that is TypeOrm. Would be great if you can show us the same approach in another tutorial. CHEERS!
@aram5642
@aram5642 4 жыл бұрын
Fantastic primer, Maximilian! Thanks a lot! I learned a lot about mongoose. Do you think you could make yet another video about working with relations? Say, products assigned to Categories. Would you make categories a separate module in Nest app?
@aminazgol3918
@aminazgol3918 Жыл бұрын
Excellent tutorial sir, I really like your coding practices. Clean and professional
@riverofcustard3233
@riverofcustard3233 4 жыл бұрын
Thank you for this minicourse. NestJS is a super cool addition for a project.
@hbela1000
@hbela1000 4 жыл бұрын
Thanks a lot, definitely the best intro with github source.Would be great to have a NestJS Complete Guide too, including maybea little side note on NestJS/Firebase too.
@academind
@academind 4 жыл бұрын
Thank you, got no plans regarding a Complete Guide on NestJS at the moment though.
@therhythmatic
@therhythmatic 5 жыл бұрын
Nice video, much appreciation to you Max for sharing with us! You always level us up!
@academind
@academind 5 жыл бұрын
Thank you :)
@arnonaf
@arnonaf 4 жыл бұрын
There is a critical gap here that I don't understand how it is not shown/happening in your video - the Product class actually has to be an interface that extends "mongoose.Documet", otherwise you get a red error in the service ctor underlining because "Type 'Product' does not satisfy the constraint 'Document'". Why it doesn’t it reproduce here?
@ferditiger4665
@ferditiger4665 2 жыл бұрын
44:25 There is no "result.n" propertiy for delete operation anymore. It returns deletedCount property. So if case should be like this : if(result.deletedCount ===0)
@123ajayshah
@123ajayshah 5 жыл бұрын
Once again thanks Max for this helpful tutorial.. well, I have some thoughts... I feel uncomfortable with some approaches used here, 1. While returning single/multiple products, each time,we have to transform Product document to normal product object - Code repetition 2. For mongoose.Schema (for validations ect..) and mongoose.Document (for mongoose database related operations), I have to maintain two different sets of product properties - This also seems a repetition of code - In an actual system, there may be so many entities exists. Do we need to maintain minimum two copies + return version of product object for every entity which will be used in CRUD operations ? I am new to mongodb + mongoose world, so I may be wrong.. So I request you to clear my doubts... But overall.. Great help to community... and.... I am your student at Udemy -- just FYI :)
@sttpt
@sttpt 4 жыл бұрын
Great questions... These are some of the pain points that I felt as well...Max Sir, can we resolve these?
@ZeWitchKid
@ZeWitchKid 5 жыл бұрын
waiting to buy that nest js full course
@academind
@academind 5 жыл бұрын
No plans to create such a course in the near future, sorry.
@reddyakanksha98
@reddyakanksha98 2 жыл бұрын
Thanks for the clean & clear tutorial, helps a lot..🙏
@VinniiMiranda
@VinniiMiranda 5 жыл бұрын
Make a course for NestJs, pleaseeeeeee;
@academind
@academind 5 жыл бұрын
Sorry, no plans on that :/
@janisleicis263
@janisleicis263 5 жыл бұрын
@@academind why not?
@brahimwebmaster
@brahimwebmaster 5 жыл бұрын
Thank you Max, this is what I'm looking for 👍👍👍👍
@anishkodishala8210
@anishkodishala8210 4 жыл бұрын
Thanks Max. Amazing tutorial. It would be great if you can add another video on using Swagger and JEST to test the NEST JS application.
@BDominikGT
@BDominikGT 4 жыл бұрын
Absolutely amazing tutorial, like always. Excelent job. Thank YOU.
@HaiderAli-co9jl
@HaiderAli-co9jl 5 жыл бұрын
Please make a bonus deployment video Max. Maybe on Heroku, that will be great. Thanks for all these great tutorials
@muhammadarslan9939
@muhammadarslan9939 Жыл бұрын
Thank you. great series learned a lot.
@taniusahincu3119
@taniusahincu3119 4 жыл бұрын
Great Tutorial Max. Now you must add NestJs + MongoDB + Socket.IO and will be the nice tut. again! Thx!
@sttpt
@sttpt 4 жыл бұрын
Thanks Max for this great session. I have one question - If mongoose provides id of the product as product.id (without underscore), why doesn't it return the product with id instead of _id? This would have saved the transform/map?
@sumitvishwakarma452
@sumitvishwakarma452 5 жыл бұрын
Hi Max, This looks so cool...What is the future of nest.js if someone planning to learn. I have already expertise in Angular + .net. I am thinking to learn Node.js(MEAN Stack).
@sameeravhad6266
@sameeravhad6266 4 ай бұрын
Hi, I have one doubt. How mongodb created collection (table Name) name "Products" ? Where are we defining in code base ?
@kiranjeetkaur4955
@kiranjeetkaur4955 3 ай бұрын
Inside product.module model it is defined
@ishraq95
@ishraq95 4 жыл бұрын
Today I knew about netjs..I think its great for Angular Dev like me..
@vkmucheti
@vkmucheti Жыл бұрын
thank you max a great beginning to nest with mongoose but is it possible to connect to a angular application to post get update delete data, mean need a video on angular + nest with mongoose
@donikastoqnova1734
@donikastoqnova1734 Жыл бұрын
Again amazing course.
@binodnepali
@binodnepali 5 жыл бұрын
I was hoping this video. Thank you Max
@binodnepali
@binodnepali 5 жыл бұрын
Hi Max, Can you answer the below questions? When we perform CRUD operation on the database, I am a bit confused about managing the data in the application. Currently, What I do is, when I fetched a list of data from the database I stored in the memory in the list and when I want to add new data, first I saved the data in the database if the saving was successful then add to my memory list (which is the same list that I have when I have fetched the data) same follows for updating and deleting a data. Is this a correct way to do? or I need to do another way around which is fetching (querying the database) the data from the database every time when I add, update and delete a data. Which is one is an optimal solution?
@juliecherner9085
@juliecherner9085 2 жыл бұрын
Excellent, thank you for amazing work and clear explanations!
@karnpratapsingh8860
@karnpratapsingh8860 Жыл бұрын
were you able to connect with the cloudmongodb cluster?
@thedupy124
@thedupy124 3 жыл бұрын
Incredible video, thanks for all !
@Booshwong
@Booshwong 2 жыл бұрын
i don't understand, I keep getting a connection error when trying to connect to mongodb atlas, with mongoosemodule. It says the uri is undefined, however I am providing the string directly and not with a .env
@babakdarafarin9065
@babakdarafarin9065 3 жыл бұрын
Thank you very much. Your video helped me a lot. Best wishes
@pedromanuelcamargomendez6520
@pedromanuelcamargomendez6520 4 жыл бұрын
Excellent Contribution. Thank you.
@getdevotional
@getdevotional 2 жыл бұрын
I'm not sure how the 'products' collection got created in Mongo DB. Database name was mentioned in the config but not collection name
@IndianRailwayLovers
@IndianRailwayLovers 3 жыл бұрын
Got this issue in product service file on constructor line. "Type 'Product' does not satisfy the constraint 'Document'." Please help me out @Academind
@kakhabervk9405
@kakhabervk9405 2 жыл бұрын
This is fine contintue of previous tutorial, only thing is that, I tried to keep old version as possible with node version 10 LTS, mongoose@5 and @nestjs/mongoose@6 and @types/mongoose, but after update product script gets error . In my situaton I removed @types/mongoose and updated to mongoose@5.13.14 and @nestjs/mongoose@7.2.4.
@ktn9
@ktn9 2 жыл бұрын
Delete function now changed to: result.deletedCount === 0
@mustaneerhaider515
@mustaneerhaider515 Жыл бұрын
It would be if you release where you build an authentication api with jwt tokens using nestjs and mongogdb. Thanks for this and the previous videos. Your explanations are always awesome and easy. Still waiting for your nestjs course on udemy as i already have done your nodejs course from udemy in the past.
@eddzmaciel
@eddzmaciel 3 жыл бұрын
THANK YOU VERY MUCH FOR YOUR KNOWLEDGE
@shahmirjadoon1322
@shahmirjadoon1322 5 жыл бұрын
Hopefully you will have NestJs course on udemy soon
@academind
@academind 5 жыл бұрын
No, I'm sorry.
@kirillbaryba746
@kirillbaryba746 5 жыл бұрын
awesome, thanks more NestJS!
@skyzane2735
@skyzane2735 Жыл бұрын
@academind Ssems like there is a newer implementation of nestjs and mongoose. Like using decorators such as @Prop. Do you have that video? Please let us know.
@KamranTanveer-lm5et
@KamranTanveer-lm5et 4 ай бұрын
that was very helpful... thank you
@sachinprabhuk6241
@sachinprabhuk6241 5 жыл бұрын
could you do a full series on nestjs
@academind
@academind 5 жыл бұрын
Not right now, sorry.
@dfelixpt
@dfelixpt 2 жыл бұрын
Excelent. Not much videos about NestJS where people show a little concern about response sanitization. Unfortunatly not much information about this subject. NestJS documentation about ClassSerializerInterceptor is poor and seems complex. Most tutorials only focus dto's for requests. And not much informations about best practices for responses.
@HuyKon
@HuyKon 3 жыл бұрын
How can I move all configs (database, host, port, ..) to a env file?
@srinaths2361
@srinaths2361 4 жыл бұрын
Hi..Great course..i had a small doubt.. How to implement cucstom id using mongodb in nestjs?
@omartarek9032
@omartarek9032 4 жыл бұрын
Thanks max, I LOVE NestJS. for me it makes everything easier and more organized :D Can you please add a course about passport.js to use in our apps? :D
@64-bitMicro
@64-bitMicro 2 жыл бұрын
The end could be updated a bit to improve the delete; Later mongoose packages appear to have changed the response type of deleted queries. Something like the following may be better: ```TS async deleteProduct(productId: string) { try { const result = await this.productModel.deleteOne({ _id: productId }).exec(); if (result.deletedCount === 0) { throw new NotFoundException('Could not find product.'); } } catch (error) { throw new NotFoundException('Could not find product.'); } } ```
@kardashevr
@kardashevr 5 жыл бұрын
still hoping for a full nest course. fingers crossed
@academind
@academind 5 жыл бұрын
Sorry, but not plans for such a course in the near future :)
@pinyin1
@pinyin1 5 жыл бұрын
@@academind please plan for it add angular 8 for the view
@Black1Sabbath100
@Black1Sabbath100 4 жыл бұрын
Thanks a lot max!! your a hero!
@jo0o0oke3e3er
@jo0o0oke3e3er 5 жыл бұрын
Hey Max, how are you doing? are you offering or do you have any plan about a nestjs course? thx
@Heiko_Kanzler
@Heiko_Kanzler 4 жыл бұрын
If you're starting from ground, you end up in lot's of issues with VSCode, TypeScript and thus. Return types missing, not compiling without return types... Had similar challenges with the first part of the course, but that was easier to fix, but this is harder if you're new to the topic :-( Perhaps because of changes in nest.js and mongoose? I downloaded the sources and started with them now, and they seem to work, however except the dependencies, my code is identical (up to minute 18:40).
@basilirzhak4276
@basilirzhak4276 3 жыл бұрын
Thanks mr. MAX!
@julleu8847
@julleu8847 4 жыл бұрын
At 36:50 I ran into a Problem. In the Project im working on we use shared entities and the frontend guys don't want to deal with mongoose imports obviously. I worked around this by simply removing the returntype from the findProductById-Method. No @types/mongoose needed.
@js-ny2ru
@js-ny2ru 2 жыл бұрын
Can you add version with graphql? That would be great. Thx!
@rafa_hd
@rafa_hd 4 жыл бұрын
Hi Max. What about Adonis? Have you used or tried? Thanks.
@kyriakosmichael2191
@kyriakosmichael2191 4 жыл бұрын
I'm sorry, can I ask? Is that any kind of typeorm? Can i use Mongo with TypeORM? Love this Video!
@cis84muz
@cis84muz 4 жыл бұрын
Nest.js is so obscure to me; all these classes, decorators. Alright, it helps, forces to structure the code and probably I will pick it to my next project. But I feel it is AngularJS of Node.js frameworks - it is great now, but I hope it will pass to history and we will get more understandable, more React-like solution. Anyway thx for great movie!:)
@cis84muz
@cis84muz 4 жыл бұрын
I take back what I wrote! I worked in Nest last three days and it is awesome! These decorators still scares me, but easiness of creating new routes, security provided by TS and the fact it is all set up upfront - that it really nice to work with :)
@faizahmadfaiz2127
@faizahmadfaiz2127 3 жыл бұрын
I am getting this error- ERROR [MongooseModule] Unable to connect to the database. How to resolve this?
@faizahmadfaiz2127
@faizahmadfaiz2127 3 жыл бұрын
I have added my ip address to the list. Also I tried access from everywhere. It's not working. What I am missing?
@pradeepkumar-pi4lj
@pradeepkumar-pi4lj 4 жыл бұрын
Do you have any vedio on nestjs mongodb user authentication using jwt token
@ishanbhawantha
@ishanbhawantha 3 жыл бұрын
Thank you verymuch!!
@Ollinho12
@Ollinho12 5 жыл бұрын
You maniac, giving this a watch now.
@JuanTeDDi
@JuanTeDDi 3 жыл бұрын
awesome, thank you so much!
@alexanderommm
@alexanderommm 5 жыл бұрын
Why do you return Promise in service and then you use in controller async func to get Promise again. You can just return promise. Nest will resolve it.
@radomirsubzero
@radomirsubzero 5 жыл бұрын
I didn't catch where to specify collection we wish to work on, just a database name. Did I missed something?
@moca9270
@moca9270 5 жыл бұрын
Radomir Tacić unutar forFeature kad proslijedis name i schema , takodje mozes da proslijedis collection
@radomirsubzero
@radomirsubzero 5 жыл бұрын
@@moca9270 Nađoh i sam kada sam testirao u svom kodu, ali hvala u svakom slučaju 😉
@moca9270
@moca9270 5 жыл бұрын
Radomir Tacić ako uspijes naci kako da se spojis na 2 mongo baze javi mi molim te
@TheFayt11
@TheFayt11 5 жыл бұрын
Mr max ! Could you explain about Angular error "ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked" ? I already read the article but i still dont quite understand. Please help if you have some free time ! Thank you so much mr max ! it means a lot ^ ^
@williamjxj
@williamjxj 4 жыл бұрын
the implementation seems complex, and kind of duplicated. Suppose there are +100 related collections in several dbs, how to control and associate with in nestjs?
@vceolin3908
@vceolin3908 3 жыл бұрын
AWESOME VIDEO
@dhiliph98
@dhiliph98 5 жыл бұрын
Thank You Max!!
@SolomonKahsai
@SolomonKahsai 4 жыл бұрын
how to deploy nest.js app on cloud functions: Hi Max, can you please make a video on that, what is available out there is not clear. As always, thank you for your work!!!!
@samywat
@samywat 3 жыл бұрын
thanks for this!
@noskap
@noskap 4 жыл бұрын
This is awesome!
@tranquillityEnthusiast
@tranquillityEnthusiast 5 жыл бұрын
im not able to connect to mongodb database...
@fallen0ne7
@fallen0ne7 4 жыл бұрын
thanks a lot dude!
@Ravivit9
@Ravivit9 4 жыл бұрын
Hi, Good work and great example. During the mongodb integration I am getting the following error in products.service.ts [Nest] 50350 - 08/07/2020, 5:28:08 PM [ExceptionHandler] Nest can't resolve dependencies of the ProductsService (?). Please make sure that the argument ProductModel at index [0] is available in the AppModule context. Potential solutions: - If ProductModel is a provider, is it part of the current AppModule? - If ProductModel is exported from a separate @Module, is that module imported within AppModule? @Module({ imports: [ /* the Module containing ProductModel */ ] })
@bleir82
@bleir82 2 жыл бұрын
did you find the solution? I have the same.... :(
@bleir82
@bleir82 2 жыл бұрын
ok found solution :) I had to remove ProductsController and ProductsService from the dependencies in app.module.ts @Module({ imports: [ ProductsModule, MongooseModule.forRoot( 'mongodb+srv://username:password@cluster0.mnttv.mongodb.net/nestjs-demo?retryWrites=true&w=majority', ), ], controllers: [AppController], providers: [AppService], })
@sayeednazir7973
@sayeednazir7973 2 жыл бұрын
Sir please provide the source code (Git repository)?
@jonas-re4sk
@jonas-re4sk 4 жыл бұрын
nestjs is the missing piece we were waiting for that could finally standarize most of our daily tasks putting components together anybody knows if is possible to enable SSR like nextjs?
@abhishekbandekar7884
@abhishekbandekar7884 4 жыл бұрын
Thank You Sir
@rohitkumawat8154
@rohitkumawat8154 3 жыл бұрын
sir can u share this code
@moca9270
@moca9270 5 жыл бұрын
Does anyone have a solution for connection to mutiple Databases in NestJS using mongoose?
@miago4155
@miago4155 5 жыл бұрын
Just use TypeORM.
@digender
@digender 5 жыл бұрын
I have a suggestion: Rather than formatting the result again and again we could just make a format function to do that as below: ```getFormatedProduct(PROD) { return { id: PROD._id, title: PROD.title, desc: PROD.description, price: PROD.price }; }```
@cristiancontreras2924
@cristiancontreras2924 5 жыл бұрын
Excelente!!!
@ahmedsafan86
@ahmedsafan86 4 жыл бұрын
Thanks
@tipsharp6494
@tipsharp6494 5 жыл бұрын
Again amazing 10x max
@tranquillityEnthusiast
@tranquillityEnthusiast 5 жыл бұрын
Sir use firestore for database and host the microservice in the firebase cloud functions...hope you'll do that
@ВалентинаСахарова-ь3б
@ВалентинаСахарова-ь3б 5 жыл бұрын
amazing
@pinyin1
@pinyin1 5 жыл бұрын
please add view framework it like angular 8
@robertsmith512
@robertsmith512 5 жыл бұрын
HAIL! PYTHON !
@pinyin1
@pinyin1 5 жыл бұрын
god bless you i have been waiting for this please do shopping cart with it with authentication
@danishmanzoor795
@danishmanzoor795 5 жыл бұрын
Sir I have a question for you....... My website only open in chrome browser ?Is it possible ?what can i do for this? Please help me sir?
Learn Nest.js from Scratch by building an API
1:09:06
Academind
Рет қаралды 543 М.
MongoDB Crash Course
29:59
Web Dev Simplified
Рет қаралды 688 М.
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 6 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 102 МЛН
когда не обедаешь в школе // EVA mash
00:57
EVA mash
Рет қаралды 3,1 МЛН
Nest.js | Middleware, Pipes & Interceptors Explained By Example
33:39
Being Competent With Coding Is More Fun
11:13
TheVimeagen
Рет қаралды 79 М.
NestJS Быстрый Курс. Express на максималках
1:14:36
Владилен Минин
Рет қаралды 171 М.
Nestjs - быстрый курс по лучшему  Node js фреймворку
52:33
PurpleSchool | Anton Larichev
Рет қаралды 60 М.
Mongoose Crash Course - Beginner Through Advanced
33:36
Web Dev Simplified
Рет қаралды 470 М.
Host your Database for Free on Github Pages
10:13
Bufferhead
Рет қаралды 95 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 413 М.
Build Complete REST API in NestJs #1 - with TypeScript & MongoDB
31:05
Coding With Abbas
Рет қаралды 64 М.
Build a GraphQL Server with NestJS and MongoDB
19:05
Ben Awad
Рет қаралды 72 М.
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 6 МЛН