MongoDB Tutorial For Beginners | Full Course

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 232

  • @amigoscode
    @amigoscode  3 года назад +27

    To Gain a certificate enrol with 20% Off - amigoscode.com/p/mongodb/?product_id=3121799&coupon_code=MONGO20

    • @hamzagharafi6861
      @hamzagharafi6861 3 года назад +14

      Hey Nelson ,Thanks a lot for every thing really you've helped a lot and I'm waiting for mongodb with spring boot, there is only 1 problem I didn't find the docker-compose.yaml file I've already created one of my own , but just for every one else if you could possibly share it 🙏🙏🙏.

    • @GM-je3zp
      @GM-je3zp 3 года назад +11

      where did you put the code of you video man??
      cant find it anywhere

    • @shabbirkhan9411
      @shabbirkhan9411 2 года назад

      If I take this course , Can I get a certificate?

    • @kleatech6562
      @kleatech6562 2 года назад +5

      where is the docker-compose yml file?

    • @mostafakadry9193
      @mostafakadry9193 2 года назад

      version : "3.8"
      services:
      monogodb:
      image: mongo
      container_name: mongo
      ports:
      - "27017:27017"
      volumes:
      - ./data:/data
      environment:
      - MONGO_INITDB_ROOT_USERNAME=rootuser
      - MONGO_INITDB_ROOT_PASSWORD=rootpass
      monogo-express:
      image: mongo
      container_name: mongo-express
      restart: always
      ports:
      - "8080:8080"
      environment:
      - ME_CONFIG_MONGODB_ADMONUSERNAME=rootuser
      - ME_CONFIG_MONGODB_ADMONPASSWORD=rootpass
      - ME_CONFIG_MONGODB_HOST=mongo
      volumes:
      - data: {}
      networks:
      default:
      name: mongodb_network

  • @fabianfriedrichs5835
    @fabianfriedrichs5835 3 года назад +5

    I'm so glad you didn't cut out the misstakes you made, that helps so much more to understand whats going on.

  • @Jacob-hp8wj
    @Jacob-hp8wj 2 года назад +38

    For those wondering, the mongo command has been renamed to mongosh

    • @لينا-ط1ح
      @لينا-ط1ح 2 года назад +2

      You literally saved my life. Thanks a lot

    • @AtulKumar-ph6kh
      @AtulKumar-ph6kh 2 года назад

      Thanks a lot bruh!!

    • @evgenykuznetsov7759
      @evgenykuznetsov7759 2 года назад +3

      On top of that nowadays db.student.insert(student) will trow: insertDeprecationWarning: Collection.insert() is deprecated. Use insertOne, insertMany, or bulkWrite.

    • @md.saadmangalib3084
      @md.saadmangalib3084 Год назад

      it took me half an hour to understand why the command was not working. What is wrong on my machine!

    • @olenakit343
      @olenakit343 11 месяцев назад

      Thanks a lot!!!

  • @ktalaga90
    @ktalaga90 3 года назад +12

    Where is the yaml file (11:22)?

    • @joliajolian9227
      @joliajolian9227 2 года назад

      can not find it as well?!!

    • @WillSkoll
      @WillSkoll 2 года назад +3

      He never put the files on any of his videos. Guess it just a way to trick us into his sponsored links and pay material...😡

  • @greysongriffey1553
    @greysongriffey1553 2 года назад +10

    docker-compose.yaml text information below: (*note*: I left out the "environment" fields because a number of comments say they had trouble with those fields):
    version: “3.8”
    services:
    mongodb:
    image: mongo
    container_name: mongodb
    ports:
    - 27017:27017
    volumes:
    - data:/data
    mongo-express:
    image: mongo-express
    container_name: mongo-express
    restart: always
    ports:
    - 8081:8081
    volumes:
    data: {}
    networks:
    default:
    name: mongodb_network

  • @gtv3582
    @gtv3582 3 года назад +9

    Surprised you don't have more followers, the quality of your video's are absolutely amazing.

  • @FrostGW
    @FrostGW 3 года назад +7

    Thanks from Russia :) Good stuff for weekend!

  • @moa-anims
    @moa-anims 3 года назад +6

    i cant find the docker composed yamal file in the description

  • @evgenykuznetsov7759
    @evgenykuznetsov7759 2 года назад +5

    42:47 db.student.insert(student) will trow: insertDeprecationWarning: Collection.insert() is deprecated. Use insertOne, insertMany, or bulkWrite.
    On top of that db.student.count() will thow: DeprecationWarning: Collection.count() is deprecated. Use countDocuments or estimatedDocumentCount.

  • @asliddin2012
    @asliddin2012 3 года назад +7

    It will be so useful if you make a video about spring
    microservice

  • @MatheusdaRochaSena
    @MatheusdaRochaSena 7 месяцев назад

    you're my hero, I don't have money to pay for your course but soon I'll asign up, really, you're awesome man!

  • @z0lol
    @z0lol 2 года назад +11

    Thanks for your videos!
    I just have one question.
    You've said that there will be a link to the docker-compose.yaml file in your description, yet it is not there.
    Thanks once again! Great explanations.

    • @batoulalhariri2927
      @batoulalhariri2927 Год назад

      version: "3.8"
      services:
      mongodb:
      image: mongo
      container_name: mongodb
      ports:
      - 27017:27017
      volumes:
      - data:/data
      environment:
      - MONGO_INITDB_ROOT_USERNAME=root
      - MONGO_INITDB_ROOT_PASSWORD=Batoul123456*
      mongo-express:
      image: mongo-express
      container name: mongo-express
      restart: always
      ports:
      - 8081:8081
      - environment:
      - ME_CONFIG_MONGODB_ADMINUSERNAME=root
      - ME_CONFIG_MONGODB_ADMINPASSWORD=Batoul123456*
      - ME_CONFIG_MONGODB_SERVER=mongodb
      volumes:
      data: {}
      networks:
      default:
      name: mongodb_network

  • @MrCupcakes85
    @MrCupcakes85 3 года назад +24

    docker-compose.yaml missing
    student.js file is also missing..

  • @dhakshitham3061
    @dhakshitham3061 3 года назад +3

    where is the Docker file in the discription as u mentioned in the video

  • @tryitagain815
    @tryitagain815 3 года назад +7

    Just with the title you know this is going to be an amazing tutorial.
    Thank you so much!

  • @maryamkouram4571
    @maryamkouram4571 3 года назад +4

    I can't find the docker yaml file

  • @jerodewert8334
    @jerodewert8334 Месяц назад

    And a comment for the RUclips algorithm.
    Great video!

  • @freelancecoder6956
    @freelancecoder6956 3 года назад +3

    where do i find docker compose yml ??

  • @meropa
    @meropa 3 года назад +16

    I can't find the docker-compose.yaml file in the description. Can anybody link it to me please?

    • @habibleila405
      @habibleila405 3 года назад +28

      i paused the video and copied it xD:
      here you go
      version: "3.8"
      services:
      mongodb:
      image: mongo
      container_name: mongodb
      ports:
      - 27017:27017
      volumes:
      - data:/data
      environment:
      - MONGO_INITDB_ROOT_USERNAME=rootuser
      - MONGO_INITDB_ROOT_PASSWORD=rootpass
      mongo-express:
      image: mongo-express
      container_name: mongo-express
      restart: always
      ports:
      - 8081:8081
      environment:
      - ME_CONFIG_MONGODB_ADMINUSERNAME=rootuser
      - ME_CONFIG_MONGODB_ADMINPASSWORD=rootpass
      - ME_CONFIG_MONGODB_SERVER=mongodb
      volumes:
      data: {}
      networks:
      default:
      name: mongodb_network

    • @ydhsu3853
      @ydhsu3853 3 года назад +1

      @@habibleila405 Thank you very much.

    • @habibleila405
      @habibleila405 3 года назад

      @@ydhsu3853 yw

    • @francisngangue
      @francisngangue 3 года назад

      ​@@habibleila405 thank you hooo...

    • @kolawoleelijah6590
      @kolawoleelijah6590 3 года назад +1

      @@habibleila405 youre a life saver

  • @kareem7236
    @kareem7236 2 года назад +2

    hi man where can i find the files that you show in the video ?
    there is no link for ...

  • @zhrgci
    @zhrgci 2 года назад +2

    there's no docker-compose file in the description?

  • @thatomadub6777
    @thatomadub6777 3 года назад +6

    Great content Nelson. Learning alot from you bro.

    • @TjSpoonManJacques
      @TjSpoonManJacques 2 года назад

      I couldn't figure out how it all connected (CRUD) until I stumbled upon this brother. Each one teach one💜💪

  • @danielede8706
    @danielede8706 2 года назад

    No question is silly question !! congratulations!

  • @miladbhat896
    @miladbhat896 2 года назад +1

    hi just want to know where you have shared the docker yaml file.

  • @suchagoodnamethx
    @suchagoodnamethx 2 года назад +3

    Great teacher but so many ads and breaks inbetween like come on. Plus the files you mentioned aren't even to be seen, despite so many people mentioning this in the comments. How disappointing.

  • @TjSpoonManJacques
    @TjSpoonManJacques 2 года назад +1

    You have inspired me so much - thank you for teaching in perfect simplicity! Much love from New Orleans! 💪

  • @mohammedbedru2873
    @mohammedbedru2873 2 года назад

    i never thought MongoDB was soo easy... thanks nelson!!

  • @29namankumar29
    @29namankumar29 3 года назад +1

    Thanks from India!

  • @ruslanzubkov4297
    @ruslanzubkov4297 2 года назад +2

    where is reference to docker-compose attached?

  • @promiseokosun5089
    @promiseokosun5089 3 года назад

    Nice one Nelson, you are just the right guy!

  • @FalakTechrary
    @FalakTechrary 5 месяцев назад

    Love you Brother ❤ Jazak Allah 🤲🏻

  • @franciscojavierramirezhern8588
    @franciscojavierramirezhern8588 3 года назад +5

    Thanks for the course, Nelson! Really outstanding work.

    • @dv5060
      @dv5060 2 года назад

      cromaleños

  • @siyu07
    @siyu07 2 года назад +2

    Can someone help me?
    why my docker-compose container state is always restarting?

    • @ardavanmoin3321
      @ardavanmoin3321 2 года назад

      how did you get the docker compose to work ?

  • @Tooxcade
    @Tooxcade 3 года назад +1

    Absolutely amazing. thank you And Eid Mubarak

  • @gradientO
    @gradientO 3 года назад +6

    As salamu alaikum Nelson! You with that contagious smile! Thanks for this NoSQL course, I'll checkout the one on the site

  • @rangabharath4253
    @rangabharath4253 3 года назад +2

    Please upload a video series on MERN Stack. Waiting for the awesome video of MERN Stack. Thank u so much for the awesome videos. :-)

  • @wizzard211
    @wizzard211 3 года назад +4

    sorry mate, the docker intro is nonsense, pretty sure no on understood anything

  • @khalilbouali3480
    @khalilbouali3480 Год назад

    thanks a lot ! That was very helpful

  • @_outcyrptolist
    @_outcyrptolist 3 года назад +8

    Walaikumassalam Sir, Great Content

  • @raedgeorge391
    @raedgeorge391 2 года назад

    Great Tutorial, I know MySQL database very will but for Mongo DB my previous knowledge was how to use it with Spring Boot only, now I had a really good idea how to do Basic CRUD queries and so on. Thanks Nelson

  • @daniyaljavani7194
    @daniyaljavani7194 3 года назад

    Best Course for beginners!

  • @sevinchabdisattarova100
    @sevinchabdisattarova100 2 года назад

    Thanks so much.The video is just gr8👍

  • @moustafaomar4171
    @moustafaomar4171 3 года назад +1

    Masha Allah Brother!!!!

  • @azizbekhabibov1009
    @azizbekhabibov1009 2 года назад

    Amazing lesson! Jazakallahu hayron

  • @oniklegenda2320
    @oniklegenda2320 2 года назад +2

    where is the docker-compose file?

  • @piotr5553
    @piotr5553 2 года назад +12

    Example files are missing, I re-created similar ones from internet resources but the examples shown by the author on the screen need tweaking in order to make docker compose file working. This video is 90% advertisement of the commercial course. Zero info about working with docker on Windows (you need to enable experimental mode, adapt docker desktop settings). Waste of time. You will learn trivial things not too useful in real life.

    • @greysongriffey1553
      @greysongriffey1553 2 года назад

      Agreed.. not easy to follow with all the changes you have to make on your own end

    • @baibula
      @baibula Год назад

      Just don't use windows for docker

  • @sinasoltan.m4859
    @sinasoltan.m4859 2 года назад

    Great Course . thanks !

  • @danielzenebe342
    @danielzenebe342 Год назад

    You have smart teaching method

  • @adedamolababatunde2798
    @adedamolababatunde2798 Год назад

    thank you for this video. Its an amazing tutorial!

  • @javokhirnarzullayev
    @javokhirnarzullayev 3 года назад

    Thank you from Uzbekistan

  • @cems7258
    @cems7258 3 года назад +4

    The yaml part and explanation was not good enough, this should be a beginner course but you passed very quickly on yaml part and now I have been wasting my time to fix problems. Environment set up is one the most problematic area of software engineering, please mind that.

  • @sahilsheikh8278
    @sahilsheikh8278 2 года назад

    Great video, thank you so much♥

  • @khomidovsirojiddin1154
    @khomidovsirojiddin1154 3 года назад +1

    Thank you bro for amazing and useful course.

  • @ameenshariff5950
    @ameenshariff5950 3 года назад +1

    Assalamualaikum. Thanks for this course waiting for something like this.

  • @gopinathnatarajan8530
    @gopinathnatarajan8530 3 года назад

    Excellent, Thank you

  • @Zackemcee1
    @Zackemcee1 3 года назад

    و عليكم السلام و رحمة الله
    Thanks for the video very good quality and professional

  • @feysalmama1800
    @feysalmama1800 2 года назад

    Thank you Nelson !! shukren

  • @funcoding1797
    @funcoding1797 3 года назад

    alssalaamo aalayka va rahmatollah va barakaatoho....

  • @codexyz97
    @codexyz97 3 года назад

    baraka allahou fik akhi

  • @justincaseOne
    @justincaseOne Год назад

    ‏بارك الله فيكم يا أخي الكريم

  • @kevinevans8484
    @kevinevans8484 3 года назад +2

    Where's the yaml file?

  • @Bruh-bl3fx
    @Bruh-bl3fx 3 года назад

    wow chuch kool vied! it helpt very many :D *Rawr*

  • @ranimbenameur5032
    @ranimbenameur5032 3 года назад

    thaaank you for your time and efforts

  • @vitache1276
    @vitache1276 3 года назад

    Do you offer live trainings?

  • @emmanueljames1862
    @emmanueljames1862 2 года назад

    Hi Nelson, can I take the course on mongodb without knowledge in programming?

  • @alainsolohery260
    @alainsolohery260 Год назад

    Thanks for the tips

  • @yudifebriandy5171
    @yudifebriandy5171 2 года назад

    Assalamualaikum.. Mr .. I'm From Lombok Indonesia.. 😊😊😊 .. thanks alot for your vide.. 🙏🙏

  • @badromeo6950
    @badromeo6950 3 года назад

    Can this be used on websites as well

  • @aerikezedek
    @aerikezedek 3 года назад

    awesome video, learnt a lot!!!!

  • @samuelsodagudi
    @samuelsodagudi 3 года назад +1

    Thank you.

  • @fuzzywuzzy318
    @fuzzywuzzy318 3 года назад

    i like your tutorial video amigo! as a chinese and english not so good, your speed are just good for me . Your teching way are very suit for 0 pre-knowleage learner to learn MongoDB or Java. BTW, Your Java tutorial also helpful and good for new learner .

  • @milankbudha
    @milankbudha Год назад

    you have not given srudent.js file in the description

  • @groovebird812
    @groovebird812 Год назад

    Is it normal in mogodb that we have to write the group names again and again in every document?

  • @davitkvaratskhelia4033
    @davitkvaratskhelia4033 3 года назад +1

    love this man

  • @CodeNCode-rm8ci
    @CodeNCode-rm8ci 3 года назад

    Walaikumk assalam ..... dear teacher ... 😊😊😊😊😊

  • @arshadsiddiqui9071
    @arshadsiddiqui9071 2 года назад

    Mashallah brozzer! Had no idea you were muslim. Your videos have been tremendous help to me and I'm sure this one will be tremendous help as well!

  • @jeanlalaine4047
    @jeanlalaine4047 2 года назад

    I got an error pull access denied for mongodb, repository does not exist

  • @foxandeyes
    @foxandeyes Год назад

    thanks for the course :) is there any way to upload/interact with the data on mongo express/docker using scripts in Visual Studio instead of the terminal?

  • @hiliyaschabi4527
    @hiliyaschabi4527 3 года назад

    Thanks you for your good jobs

  • @karenboyakhchyan3548
    @karenboyakhchyan3548 3 года назад

    Superb job.

  • @femaledeer
    @femaledeer 3 года назад

    Where is the data on the local drive? I don't see a database in the local folder?

  • @danielndele4664
    @danielndele4664 2 года назад

    How much is the training and how long does it take?

  • @koshersamurai7476
    @koshersamurai7476 3 года назад

    Thanks for this video

  • @cypherarts1291
    @cypherarts1291 2 года назад

    amazing, thanks a lot. Do they have joins in Mongo?

  • @iamjavator4594
    @iamjavator4594 3 года назад

    Jazakallah Khair

  • @Apopjak
    @Apopjak Год назад

    WHERE IS YOUR YAML in decription ha?

  • @mirakhmadov
    @mirakhmadov 3 года назад

    Thanks for the lesson
    I have been looking for the best mongo db lessons for a long time
    finally I found it

  • @raphaelnkemeni2985
    @raphaelnkemeni2985 Год назад

    Hello, l am looking for 1 on 1 instructor led MongoDB training. Could you advise? Thanks

  • @saeed99977
    @saeed99977 3 года назад

    hi bro
    actually i need this
    tnx.

  • @omarimad8326
    @omarimad8326 3 года назад +1

    You are amazing

  • @TamaRe
    @TamaRe 3 года назад

    can't find the yaml file to setup docker

  • @sheikhahteshamnayyar8799
    @sheikhahteshamnayyar8799 Год назад

    hi brother , I am unable to connect to mongoexpress from local host url ,although my port mapping is same and I can see containers created from docker desktop

    • @tishachoudhuri7082
      @tishachoudhuri7082 9 месяцев назад

      same here, were you able to resolve the issue?

  • @letshev
    @letshev 3 месяца назад

    so mongodb can return an incorrect data as a response to .find() function, in case if you'll make a mistake in request? or what? you should have explained this moment better :/

  • @umitkirtil
    @umitkirtil 3 года назад

    Alaikumsalam .. as always useful and Clear content. Thank u very much

  • @shuxratjonyoldashev2735
    @shuxratjonyoldashev2735 3 года назад

    Thanks very much

  • @aliazani3376
    @aliazani3376 3 года назад

    Thanks for usefull tutor about working with mongodb.
    Why don't you create a tutorial about reactive programming with spring boot?

  • @socie-05xaa26
    @socie-05xaa26 2 года назад

    can you explain how to install docker on windows ?
    I have faced many problems

  • @khasmeenusman3931
    @khasmeenusman3931 3 года назад

    The best MongoDB tutorial ever

  • @mostafahussien1239
    @mostafahussien1239 3 года назад

    dear nelson
    can you you make a tutorial for angular full course , thanks

  • @mohamedmustafa7275
    @mohamedmustafa7275 3 года назад

    Bro, I am working as a autocad draftsman for 10+ years is possible to shift to data analyst. Hope you will reply,jazakallkhir