How To Build A Markdown Blog Using Node.js, Express, And MongoDB

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 5. 08. 2024
  • This is my most comprehensive video to date. In this video I cover absolutely everything you need to know about Node.js, MongoDB, and Express by building out a complete blog with markdown support. This video covers a ton of content from the basics of setting up an Express server to the complex structure of building a full stack web application. If you are wanting to get started in web development then this is the perfect tutorial for you.
    📚 Materials/References:
    GitHub Code: github.com/WebDevSimplified/M...
    MongoDB Install Tutorial: ‱ How To Install MongoDB...
    Async/Await Tutorial: ‱ JavaScript Async Await
    🧠 Concepts Covered:
    - How to create an Express server
    - Connecting MongoDB with Express
    - The structure of a full stack application
    - How to setup database hooks
    🌎 Find Me Here:
    My Blog: blog.webdevsimplified.com
    My Courses: courses.webdevsimplified.com
    Patreon: / webdevsimplified
    Twitter: / devsimplified
    Discord: / discord
    GitHub: github.com/WebDevSimplified
    CodePen: codepen.io/WebDevSimplified
    #Node.js #WDS #Express

Komentáƙe • 903

  • @jlambert12013
    @jlambert12013 Pƙed 2 lety +66

    Finally, a good tutorial on a CRUD application that isn't 3 hours long, "WHICH IS EXACTLY WHAT WE WANT."

  • @JUnderwoodViolin
    @JUnderwoodViolin Pƙed 4 lety +280

    20 minutes into the video, I decided I needed to show my gratitude for your awesome material, so I went to your Patreon and became an "Investor" $20 monthly. I already bought your React course. Keep up the great work, Kyle! I love your teaching style and professionalism.

    • @WebDevSimplified
      @WebDevSimplified  Pƙed 4 lety +45

      Thank you so much! I truly appreciate the support. I will send over a key for the beta version of my CSS course soon.

    • @KevohYout
      @KevohYout Pƙed 4 lety +4

      @@WebDevSimplified Hi Kyle, this is a really great tutorial. I'm really learning a lot. I'm stuck though. I get an error after writing this code :
      { %>



      I get an error... articles.forEach is not a function.
      Is there a fix for this?

    • @narekpetrosyan7989
      @narekpetrosyan7989 Pƙed 4 lety +1

      @@KevohYout Hi Kevoh, kindly remove s in forEach. Your code will be like articles.forEach(article => )

    • @aaron_the_penguin
      @aaron_the_penguin Pƙed 4 lety +1

      @@KevohYout Hi, I haven't tested it, but try this:
      { %>



      .
      What I've changed here is:
      .
      forEach(articles => {
      to
      forEach(article => {
      and
      to
      .
      You see, *article* there is referring an individual article in the list of *articles* that we're looping through. I hope that makes sense :)

    • @KevohYout
      @KevohYout Pƙed 4 lety

      @@aaron_the_penguin Hi Aaron, i tried it that way and it still didn't work. I don't know what the problem is. I'm still debugging though

  • @_timestamp
    @_timestamp Pƙed 4 lety +506

    This is not a tutorial. This is a piece of art.

    • @jirifriedrich3823
      @jirifriedrich3823 Pƙed 4 lety +2

      :D

    • @alexandrecampini33
      @alexandrecampini33 Pƙed 3 lety +9

      the way he speaks reminds me of bob ross painting

    • @finnforest9361
      @finnforest9361 Pƙed 3 lety

      I know Im randomly asking but does any of you know a way to get back into an Instagram account?
      I was dumb lost my account password. I appreciate any assistance you can give me.

    • @atticuscolten651
      @atticuscolten651 Pƙed 3 lety +1

      @Finn Forest instablaster =)

    • @finnforest9361
      @finnforest9361 Pƙed 3 lety

      @Atticus Colten i really appreciate your reply. I found the site thru google and Im trying it out atm.
      Looks like it's gonna take quite some time so I will reply here later with my results.

  • @SBH618
    @SBH618 Pƙed 4 lety +49

    Unbelievably in-depth. Rarely are people this good with tutorials

  • @user-ef5gt8so8b
    @user-ef5gt8so8b Pƙed 2 lety +7

    Kyle! You're my favorite teacher for programming. I've been watching you for more than two years now and I can't thank enough for all the things you taught me. Your videos are really a treasure. Your soothing voice and good looks make it even more fun. Kyle, you inspired me so much, I recently decided to become a professional developer.
    Thank you for all your work, your high quality teaching and videos!

  • @kenchang3456
    @kenchang3456 Pƙed 4 lety +15

    I realized, what I really like about your videos is how you build this up layer by layer. Testing functionality as a concept then breaking it apart to make it more "production-ready". Thank you very much!

  • @tatimunizz
    @tatimunizz Pƙed 3 lety +17

    Thank you very much for sharing this video. At one point I said to myself "if this guy can teach so much in 20 minutes, imagine what he can do in one hour.." then I looked up the time and actually 55 minutes had passed. You are a great teacher! I can't stand one hour of university class, but your video was just enjoyable, engaging and with a valuable content! I would never skip one of your classes if you were my teacher hahaha Thanks again! Keep up the great work!

  • @lefosg
    @lefosg Pƙed 4 lety +4

    i was searching for a good blog tutorial with node last week and boom, the best one. Thanks so much!

  • @bbcode7574
    @bbcode7574 Pƙed 4 lety +43

    Kyle you came in clutch!! I was looking for the exact same things a few days ago! Thank you sir! đŸ™đŸœđŸ™đŸœ

  • @TheMaxthesis
    @TheMaxthesis Pƙed 4 lety +142

    This is EXACTLY what we want.

  • @tomgola3
    @tomgola3 Pƙed 2 lety +1

    honest to god you explain things better then my class sometimes. Ive been doing routing and crap like this for weeks and id always get lost and daunted in setting things up. I really dig the bite size pace you take things at. Now I wont have to worry about doing my homework this week. Thank you.

  • @abdullahnaim10
    @abdullahnaim10 Pƙed rokem +1

    I have never finished a full tutorial building a complete project until this one! Wow so helpful and helped me understand a bit more of how to build something more full-stack! Thank you so much!!! Hope to see more!!!!

  • @legendry
    @legendry Pƙed 4 lety +13

    This is one of the best tutorial I've ever been through! Thanks a Lot!

  • @bogdanmanolea
    @bogdanmanolea Pƙed 4 lety +3

    Started node.JS coding using your videos.
    Congrats on the improvements (you're smiling more, talking slowly. etc. )
    Keep up the good work ;)

  • @bridget7223
    @bridget7223 Pƙed 2 lety +1

    I know tons of people already said this but DUDE YOU ARE A LIFESAVER! If I had money I'd be throwing it at you!!!!!!! EXACTLY what I was looking for! You are an amazing teacher! Such a blessing to have found you and your tutorials :) Once I get a job I'll be sure to throw some gratitude your way buddy!!!

  • @justinnoor4915
    @justinnoor4915 Pƙed 2 lety

    I like your style - straight to the point - no nonsense - no ego. Thank you.

  • @sethmccullough6206
    @sethmccullough6206 Pƙed 3 lety +4

    Absolutely fantastic video, I was having an issue with markdown and sanitization on a MERN stack project I'm working on and this instantly alleviated my suffering! Side note, a great video idea (that isn't really out there at the moment) would be this same node/express backend but swapping out EJS with React, so essentially a MERN structured blog. Anyways, thanks again!!!

  • @donner7708
    @donner7708 Pƙed 3 lety +4

    Thanks you so much everything works perfectly and this was an amazing deep dive into making me feel like I actually have a handle on all of the GET PUT POST ect. I knew almost nothing before watching this video about requests and working with ejs but with this video I was able really understand what was going on!
    Keep up the good work! Thanks a lot!

  • @placeholder_name321
    @placeholder_name321 Pƙed 3 lety +2

    you are the ONLY youtuber (well 2nd one is Coding with Mosh) that breaks down concepts this easily to understand. Thank you!!

  • @ashburnerkyle
    @ashburnerkyle Pƙed 3 lety

    much better understanding watching it all come together, i thought i was looking for node js tutorials but now see this is actually what i need. Awesome , great work

  • @starwarsfan9575
    @starwarsfan9575 Pƙed 4 lety +14

    Funny I was just thinking of building a simple blogging web app and lo and behold a video pops up on my feed! Thanks! âœŒđŸŒ

  • @smsibasish
    @smsibasish Pƙed 4 lety +6

    Wow. Thiss is exactly what I was looking for. Thanks a load!

  • @ThatGuyDownInThe
    @ThatGuyDownInThe Pƙed 4 lety +2

    Man, I had to watch hours upon hours of tutorials on middleware to understand routing. I think it finally sunk in. Thank you so much!!!

  • @ching-tangwang682
    @ching-tangwang682 Pƙed 2 lety

    Thanks Kyle! You really made my day by creating such well-explained tutorial, and I learn a lot from you and the comments. Really appreciate your works!

  • @Digital963
    @Digital963 Pƙed 3 lety +7

    I appreciate the effort you put into your tutorials, thanks for the information. Unfortunately I find the content hard to take in because it's run thru very quickly without explanation. My goal with completing this tutorial was to completely build it out and then break it into segments so that I could then dive in to deeply understand the concepts and build upon that. But I find it very difficult to take this approach with this one. Either way great stuff man and thank you!

  • @hbrt10
    @hbrt10 Pƙed 3 lety +3

    The world turns thanks to people like you...
    Thank you so much for masterpiece

  • @BwaveICT
    @BwaveICT Pƙed 3 lety +1

    I've never commented on a tutorial video before but i came back to comment on yours. Its the best i've ever seen, you are the best

  • @markscandura4115
    @markscandura4115 Pƙed 3 lety

    for months I've been looking for this tutorial. you sir are a gentleman and a scholar. tysvm.

  • @_Greenflag_
    @_Greenflag_ Pƙed 2 lety +3

    Thanks a lot for sharing knowledge.
    Just two things :
    * 27:45 : You don't need the ./ then ../ to access to the parent directory. Just ../models/article
    * When you want to pre populate fields, you can just use { article } instead of { article: article } using object destructuring

  • @philipetavares4796
    @philipetavares4796 Pƙed 2 lety +176

    For those having an error "marked is not a function" in the end of the tutorial, the package updated.
    use: marked.parse(this.markdown) instead of marked(this.markdown)

    • @jamesonvparker
      @jamesonvparker Pƙed 2 lety +2

      Thank you

    • @tusharguys1234
      @tusharguys1234 Pƙed 2 lety +5

      actually when i am connecting my data base mongodb it is showing this error can you help...
      const serverSelectionError = new ServerSelectionError();
      ^
      MongooseServerSelectionError: connect ECONNREFUSED ::1:27017

    • @Bic4Colours
      @Bic4Colours Pƙed 2 lety +4

      @@tusharguys1234 Have you downloaded and installed MongoDB on your machine? If not, first go to their website and do so. (also, make sure the service is running)

    • @z4ckfytc777
      @z4ckfytc777 Pƙed 2 lety

      Thank you!

    • @anisali5
      @anisali5 Pƙed 2 lety

      Thank you

  • @varunvivek9135
    @varunvivek9135 Pƙed 3 lety

    Rarely are people this good in explaining stuffs. Helped me a lot to understand things

  • @jaronkunkel
    @jaronkunkel Pƙed 3 lety

    Thank you so much for this video! So well explained, yet very concise considering the material covered. Exactly what I needed before building the backend for the app I'm working on.

  • @rotrose7531
    @rotrose7531 Pƙed 4 lety +6

    You are so GOOD at coding and explaining things. Your coding is like an art. Please do more coding turorials. We like it.

  • @MiSt3300
    @MiSt3300 Pƙed 4 lety +3

    this is *exactly* what I needed, thanks.

  • @caelim3524
    @caelim3524 Pƙed 3 lety

    dude this is so smooth and nice. I'm trying to learn node.js so I can use it instead of django when needed and you have made that process as easy as possible. Even when you faced errors you explaines, and fixed them with grace.

  • @borealfox
    @borealfox Pƙed 3 lety

    MAN I LOVE YOU! I'm developing a big big project that has to do with news and thanks to this video I'm getting close to making it come true! Truly amazing!

  • @jpferreira8464
    @jpferreira8464 Pƙed 3 lety +8

    Hi Kyle. This is honestly a fantastic video and it has taught me a lot as a junior developer. However, I don't if I missed something, but the way this blog is designed, wouldn't it just allow anyone to add, edit or delete the blog posts, or do they remain somehow private for you to manage and others to only read?

  • @Sk8erMorris
    @Sk8erMorris Pƙed rokem +5

    hey anyone get this error:
    const serverSelectionError = new ServerSelectionError();
    Edit: found the issue, have to download MongoDB for windows and start the service from services and then the connection will work.

  • @vyacheslavefimov5102
    @vyacheslavefimov5102 Pƙed 2 lety +2

    Thank you, Kyle, for another magnificent tutorial! I wonder how one can explain programming concepts in such an easy and fascinating way

  • @breakingthread
    @breakingthread Pƙed 2 lety

    I am really new to the developer community; most of the time, my head is spinning, but I quite enjoyed this tutorial. Following along to the end, I successfully completed the project. This is going to be a great template for a project I have in mind. Honestly, I wish I could support your channel more, but I am not working yet. During my training, I have watched so many of your videos and have gotten out of a bind several times. At first, I was like "WHAAAAAAAT!!!! SAY WHAT NOW!" in minions-speak and struggled(still struggling) sooo much, but I believe I am starting to get it. I enjoy your teaching. Thanks so much.

  • @trilliumsmith-he-him1615
    @trilliumsmith-he-him1615 Pƙed 4 lety +10

    Hey Kyle,
    Thanks for the great video. I got stuck at about 34:10 because I didn't realize I needed to install the mongodb server program on my system (mongoose added to the app at 24:10). Finally figured it out but for future watchers inserting a comment at that point might be helpful. Cheers :)

    • @desijatt9780
      @desijatt9780 Pƙed 4 lety

      I am also stuck there. How do you do that?

    • @akposodoko3738
      @akposodoko3738 Pƙed 3 lety

      thanks man! was searching for all the wrong solutions! you saved the tutorial for me.

    • @lostboydev7821
      @lostboydev7821 Pƙed 2 lety

      Yea I guess that is important, right 😅

    • @manlaijack547
      @manlaijack547 Pƙed 2 lety

      OH MY GOD I WAS STUCK THERE FOR 4 HOURS 4!!! i was slowly losing my sanity because of that. thank you

    • @eduardoh.4229
      @eduardoh.4229 Pƙed 2 lety

      You saved me too lol
thanks

  • @csablons
    @csablons Pƙed 4 lety +22

    If you have error message during the tutorial maybe it's because you haven't installed MongoDB. mongoose doesn't do it.
    Kyle did a video about this :
    czcams.com/video/wcx3f0eUiAw/video.html

    • @mathieugilliot3102
      @mathieugilliot3102 Pƙed 4 lety

      Thank you ! worked fine with Mongo ;)

    • @ArhisAlight
      @ArhisAlight Pƙed 3 lety

      Thanks I got that error, after installing MongoDB Server the error's gone!

    • @exosam1008
      @exosam1008 Pƙed 2 lety

      thanks for this!

  • @ladywebber1726
    @ladywebber1726 Pƙed 3 lety

    Kyle, thank you for teaching me a lot on your channel...I have been following you for a while...I can say that my coding skills have improve a lot thanks to you and a few other ytbers. Appreciate u

  • @oweny1277
    @oweny1277 Pƙed 3 lety

    It took me some weeks of spare time to follow this video and work on the project. And finally I finished it! This is absolutely the first web project that I build hands on and I've learned a lot from it. The video is dense in content and clear in explanation, and the approach is much better than those "learn sth in 3 hours full course" :) . Thank you very much!

    • @dubola5777
      @dubola5777 Pƙed 3 lety

      One minute in this video is not really one minute. When i saw this video the first time, i said, Ok i got a small project which is only one hour in length and i should be able to finish it today, oh boy i was so wrong.

  • @serenityimagesstudio
    @serenityimagesstudio Pƙed 3 lety +6

    You should have said up front that we would need a mongoDB already set up. Having never used it before I had no idea why it wasn't working!

    • @anshikaarora8337
      @anshikaarora8337 Pƙed 3 lety +1

      Hey Did your error resolve. I am also getting a error like (const serverSelectionError = new ServerSelectionError(); ). Not able to resolve it. Can you help me.

    • @anshikaarora8337
      @anshikaarora8337 Pƙed 3 lety

      @Sreekar K The way he guided

  • @KYChow-bg6pj
    @KYChow-bg6pj Pƙed 4 lety +3

    This is great! Can you please also teach uploading images, save and fetch please?

    • @fais6375
      @fais6375 Pƙed 3 lety

      Hey Have you had a chance to try the upload image? How it works?

  • @tanishqahuja3861
    @tanishqahuja3861 Pƙed 3 lety +1

    This video is a jewel, thank you for bringing content of this level for free.

  • @okanyldrmop
    @okanyldrmop Pƙed 3 lety

    I have watched a lot of videos for express, this one is just amazing when compared to others, thanks!

  • @AjayYadav-qb4sp
    @AjayYadav-qb4sp Pƙed 4 lety +8

    Its a great tutorial i had found on youtube...but its so much confusion because you had named every second file as 'article'đŸ€ŻđŸ€Ż

  • @jsonkody
    @jsonkody Pƙed 4 lety +3

    hello .. new Article() generates whitespace to teaxtArea .. do you know whats going on?
    EDIT: I've figured it out. It was whitespace in .ejs template. The needs to be right between tags without whitespace ._.

  • @astrix8812
    @astrix8812 Pƙed 4 lety

    That was awesome! Thank you very much for your detailed explanation as always! Keep rocking!

  • @alanmcoll101
    @alanmcoll101 Pƙed 3 lety

    This is an incredible tutorial! What a wonderful example of how to do it. Respect.

  • @kristianpurgar5068
    @kristianpurgar5068 Pƙed 2 lety +4

    I have an error somewhere at 33:00, basically I get MongooseServerSelectionError: connect ECONNREFUSED ::1:27017, and this happends after i fill out the form and click save, I googled on stack overflow but couldnt find the solution if anyone knows or encounterd the same error and solved it please help

    • @fastlearner9993
      @fastlearner9993 Pƙed 2 lety

      did you ever find a solution ??, im facing the same issue

  • @samsexton1287
    @samsexton1287 Pƙed 4 lety +6

    Fantastic tutorial! Works great in development
    Anyone else getting an "Unhandled Promise RejectionWarning " though?
    I've been trying to deploy it through Heroku - added try/catches to all the async/await functions but still the error persists

    • @ashayzemse7094
      @ashayzemse7094 Pƙed 3 lety

      yes

    • @eigosumo6056
      @eigosumo6056 Pƙed 2 lety

      Yeah, I get this at about 35:00 stage of the video, and so that's where it ends for me. Can't figure it out. Did you end up figuring out the problem?

  • @houssemkhi5036
    @houssemkhi5036 Pƙed 3 lety

    the best tuto i ever watch in ur channel until now
    please make other precious things like this

  • @skeeterburke
    @skeeterburke Pƙed 3 lety +2

    let me join in the accolades here ... #1 I HAVE NO IDEA what you're doing but I am confident that I will understand it in time, because it's all laid out. That's the way I felt about learning javascript and html, once I did a few lessons, I went - OH- THIS IS SUPER EASY! Thank you to the people who invented javascript etc, because all I have to do is learn the syntaxđŸŒșđŸŒșđŸŒș
    anyone who is just starting out, don't let it get you down or think you're taking too long to learn something. Teachers like him care about you and are here to show you the way 🏆I didn't know a lick of javascript/html/css a few months ago, kudos to wonderful teachers

  • @saxenahimanshu6584
    @saxenahimanshu6584 Pƙed 4 lety +7

    Hey, it's great but I got stuck at 35:20 when it needs to show the PARAMS.ID, I am unable to get the id. Does it need to install something extras?
    Please Help.

    • @JuandeLellis
      @JuandeLellis Pƙed 3 lety

      I am having the same problem

    • @laplasparadox3138
      @laplasparadox3138 Pƙed 3 lety

      me too

    • @krishnarajyadav3953
      @krishnarajyadav3953 Pƙed 3 lety

      Does anyone have fixed the issue. Please tell fast as possible

    • @krishnarajyadav3953
      @krishnarajyadav3953 Pƙed 3 lety

      @@JuandeLellis I got the solution...We need to put underscore before id because in mongo db ID is stored as a "_id" Just edit this line.
      ${ article._id } in place of ${ article.id }

    • @krishnarajyadav3953
      @krishnarajyadav3953 Pƙed 3 lety

      @@laplasparadox3138 I got the solution...We need to put underscore before id because in mongo db ID is stored as a "_id" Just edit this line.
      ${ article._id } in place of ${ article.id }

  • @RealRurik
    @RealRurik Pƙed 4 lety +1

    Dude, i cant get out of your channel. Nice job.

  • @mandihaase2744
    @mandihaase2744 Pƙed 3 lety +3

    I just completed this course, but maybe something has changed with packages, because I am getting an error of "unhandlledPromiseRejectionWarning"....not sure how to troubleshoot. Any advice would be much appreciated!

  • @MateoVanDamme
    @MateoVanDamme Pƙed 2 lety +3

    If all my courses in university were this good I'd have graduated 2 years ago

  • @jeevachaithanyansivanandan

    "which is exactly what we want " is the new punchline for me :) useful video and thank you for your efforts.

  • @shazboi
    @shazboi Pƙed 3 lety

    THANK YOU MAN OF WEB DEV!! everything works fine!!
    A tip for anyone who is following along with the tutorial:
    while copying code, be very careful about silly spelling mistakes in the quotes (for which I totally did not spend 2 hours re-watching the video)

  • @JennHernes
    @JennHernes Pƙed 2 lety +7

    For anyone getting a "Cannot /DELETE" error, check every single line of your code. There's a spelling mistake somewhere. My error was typing ':/id' instead of '/:id'
    For anyone getting errors with MongoDB, make sure you actually install MongoDB. I didn't realize you needed to do that AND install mongoose 😅

  • @shivagyawali2590
    @shivagyawali2590 Pƙed 4 lety +4

    Can you add comments section for individual post ?? that will be awesome

    • @WebDevSimplified
      @WebDevSimplified  Pƙed 4 lety +5

      I hope to make a part two for this video if this video is popular enough and that would most likely be something I include.

    • @shivagyawali2590
      @shivagyawali2590 Pƙed 4 lety

      @@WebDevSimplified I Owe You Bro

  • @sailee5208
    @sailee5208 Pƙed 2 lety

    Thanks Kyle! Relearning webstack so redone this tutorial. This has all the functionality required

  • @unnhao
    @unnhao Pƙed 3 lety +1

    This is so useful!!! A lot of 10 hours tutorials are so boring. This is just 1 hour but learn a lot!

  • @zg7215
    @zg7215 Pƙed rokem +3

    Am I the only one where the connect function for mongoose doesn't work? It always crash

    • @ayushmishra7729
      @ayushmishra7729 Pƙed rokem

      I feel you

    • @UniversalKnowledge01
      @UniversalKnowledge01 Pƙed rokem

      @@ayushmishra7729 solution?

    • @fedordedov783
      @fedordedov783 Pƙed rokem +1

      @@UniversalKnowledge01 check your connection string and make sure you copied it properly. Also if the connection is refused make sure you are not already connected on the same port elsewhere.

  • @anilanaparthi6985
    @anilanaparthi6985 Pƙed 4 lety +4

    Good but if authentication is added it will be great

    • @WebDevSimplified
      @WebDevSimplified  Pƙed 4 lety +12

      I am thinking about doing a part two on this video if enough people like this video.

    • @anilanaparthi6985
      @anilanaparthi6985 Pƙed 4 lety +1

      @@WebDevSimplified yeah please do it thank you
      You deserve million likes

    • @zakariam5648
      @zakariam5648 Pƙed 4 lety +1

      @@WebDevSimplified Thank you som much first, and same comment if possible to add authentication, will be great :)

    • @humbertocontreras
      @humbertocontreras Pƙed 4 lety +1

      @@anilanaparthi6985 Take a look of passportjs.org It's easy to use and offers plenty options to authenticate with.

    • @mikhart
      @mikhart Pƙed 4 lety

      @@WebDevSimplified It'll become a real almost-ready-to-deploy project! Looking forward to part 2!

  • @Pranauv
    @Pranauv Pƙed rokem

    what an informative and wonderful video man !! you do so much work to give us good content!! Thanks, Kyle!! Subbed!!!

  • @ahmadalfan9022
    @ahmadalfan9022 Pƙed 4 lety

    Everything works perfect! Thank you for such an exceptional tutorial đŸ”„

  • @LabhamJain
    @LabhamJain Pƙed 4 lety +12

    *Tip* : We Can Write
    const app = require("express")();

    • @j122j
      @j122j Pƙed 4 lety +1

      You may need to use express.static, so it's easier to just define express.

    • @HostDotPromo
      @HostDotPromo Pƙed 4 lety

      What does the () do at the end?

    • @j122j
      @j122j Pƙed 4 lety +1

      @@HostDotPromo Its same as:
      const express = require("express.js")
      const app = express()
      () just calls the function

    • @LabhamJain
      @LabhamJain Pƙed 4 lety

      @@HostDotPromo And It's Came In ES6 ( I Think )

    • @HostDotPromo
      @HostDotPromo Pƙed 4 lety

      @@j122j Thanks!

  • @geetgori160
    @geetgori160 Pƙed 4 lety +3

    '

    • @geetgori160
      @geetgori160 Pƙed 4 lety +3

      Got the solution...!!
      You need to Install this plugin in your VS Code as it doesn't understands embedded javascript(ejs) by default.
      marketplace.visualstudio.com/items?itemName=DigitalBrainstem.javascript-ejs-support

    • @tunahani
      @tunahani Pƙed 4 lety +1

      It works bro thanks

    • @maviselK
      @maviselK Pƙed 4 lety +1

      @@geetgori160 how am i gonna plugin, i couldnt get it

    • @maviselK
      @maviselK Pƙed 4 lety +1

      @@tunahani selam sitede plugin tam olarak nerede, bulamadım

    • @tunahani
      @tunahani Pƙed 4 lety +1

      Eğer VS Code kullanıyorsan Exte
      nsions bölĂŒmĂŒnden arama yaparak indirebilirsin

  • @krishnamoorthi9395
    @krishnamoorthi9395 Pƙed 3 lety

    Hi Kyle , Nice clean step by step explanation and easy to understand. Thank you so much for the well and neat tutorial on node.js , mongodb and express framework.

  • @case_2
    @case_2 Pƙed rokem

    thank you so much. this is real deal. i wish the efforts you are putting in your content may reward you beyond your cherished desires.

  • @fedordedov783
    @fedordedov783 Pƙed rokem +3

    The shear amount of "developers" in this comments section that expect someone to just solve their problem for them with little to no research or effort on their end is exhausting. You want to be a developer? This is part of being a developer. You are a problem solver. Start learning how to problem solve or your career as a developer is going to non existent. It's one thing to ask for help after you've spent hours upon hours researching on your own and trying out possible solutions. Its quite another to simply beg strangers online to handle your work for you with no effort on your end. The reality is that if your doing this, and this is your go to mentality - you are not learning anything anyways aside from how to type quicker and anyone dumb enough to hire you is going to be incredibly disappointed.

  • @christopher7540
    @christopher7540 Pƙed 4 lety +1

    New day and a new master piece from web dev simplified . Please do more backend tuts like how to make an app that each person have their own profile page . Thank you in advance

  • @patrickc.6183
    @patrickc.6183 Pƙed 4 lety

    This is awesome! Excellent explanations as you go through the code; very clear :).

  • @AaronArnoldaquapod
    @AaronArnoldaquapod Pƙed 2 lety

    I did my first website job with this tutorial. I used other tutorials as well, but this was huge.

  • @ph.delbarre2329
    @ph.delbarre2329 Pƙed 9 měsĂ­ci

    thank you dear Kyle for this realy complex features and notions explained in the easiest way.

  • @Tesseract9630
    @Tesseract9630 Pƙed 3 lety

    You are really the best tutor of web dev on CZcams.

  • @ESkp15
    @ESkp15 Pƙed 6 měsĂ­ci +1

    Wow! Grateful For This Course! Thanks!

  • @MrWrklez
    @MrWrklez Pƙed 3 lety

    Wow! Another great video tutorial, learned so much from this!

  • @neelamchaubey28
    @neelamchaubey28 Pƙed 3 lety

    Thanks so much for such a great tutorial, Kyle! 😁

  • @hackathon-bestmostar273
    @hackathon-bestmostar273 Pƙed 4 lety

    such a great teacher! thanks for simplifying this for me

  • @puky4685
    @puky4685 Pƙed 4 lety

    You're the man, Kyle!
    I'm trying to make this a rest API and client rendering with React.

  • @saschazapf5232
    @saschazapf5232 Pƙed 2 lety

    What a tutorial. Amazing. No words for this.

  • @diogosoares1309
    @diogosoares1309 Pƙed 3 lety

    Great tutorial Kyle!! Fantastic work here

  • @SimonYells
    @SimonYells Pƙed 3 lety +1

    This is a perfect video, which is exactly what we want.

  • @dineshrout2527
    @dineshrout2527 Pƙed 3 lety

    Awesome!! Learned a lot. Always wanted to know how to create a markdown blog and that slug thing.

  • @nicholasmarino670
    @nicholasmarino670 Pƙed 4 lety +1

    whoa thanks man ive been really hoping you'd do a vid on this

  • @nguyenkhai2094
    @nguyenkhai2094 Pƙed 4 lety

    really useful indeed. That's what I meditate over the years!

  • @haythemsaidi91
    @haythemsaidi91 Pƙed 4 lety

    A really cool project, you're the best Kyle.

  • @_VaibhavBajpai-ou3hl
    @_VaibhavBajpai-ou3hl Pƙed 2 lety

    all of my queries were solved after this tutorial. needed this for so long . Thanks

    • @shivani9840
      @shivani9840 Pƙed 2 lety

      Hey Vaibhav! Are you a fresher and open to opportunities in web development currently? Have you created any projects in JavaScript frameworks?

  • @rahulpatil4144
    @rahulpatil4144 Pƙed rokem

    In the first 15 min I am your fan man.... your teaching way is excellent...

  • @marcinbulka2829
    @marcinbulka2829 Pƙed rokem

    that is a great tutorial for someone who wants to learn building web applications, thanks!

  • @YYHo-kw2bi
    @YYHo-kw2bi Pƙed 4 měsĂ­ci

    Thank you for your tutorial. Veyr easy to understand!

  • @Itsjustous
    @Itsjustous Pƙed 3 lety +1

    This is not a tutorial. This is a piece of art

  • @johnsonokoli4040
    @johnsonokoli4040 Pƙed 4 lety +1

    Nice work. completed it already. Though with some adjustments.
    Thanks man.

  • @user-cn1jd1tc4r
    @user-cn1jd1tc4r Pƙed 2 lety +1

    Hey. I am a current student from Toronto university coding boot camp. Just wantta let U know helped me A LOT! Here, have my attitude!

    • @WebDevSimplified
      @WebDevSimplified  Pƙed 2 lety +1

      Thank you so much for the support. I am glad I have been able to help.

  • @shivamgoyal7717
    @shivamgoyal7717 Pƙed 3 lety

    Awesome tutorial Loved it and helped me a lottttttt to understand the mongo :)