Notes App using Flutter & Node.js | Backend Ep. 2 - Connecting to MongoDB and using Postman | Hindi

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

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

  • @RohitSemriwal
    @RohitSemriwal  2 года назад +4

    Ep. 3 will be coming on 17 December 2021 at 06:00 PM 🕕

  • @codingwave56
    @codingwave56 9 месяцев назад +1

    Helpful Bhai Thank You For Creating This Playlist ❣

  • @AQIBALI-fo7tv
    @AQIBALI-fo7tv 2 года назад

    lots of lots of love yar from pakistan
    itna asan b kia koi smja skta hai kamal hai mai to ap ka fan ho gia yr

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

    It's so easy and intresting learning with you

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

      Thanks a lot! Glad you liked the video 😁

  • @The.SniperTrader
    @The.SniperTrader Год назад

    It's so easy and intresting learning with you !❤️

  • @AQIBALI-fo7tv
    @AQIBALI-fo7tv 2 года назад

    good job

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

    Waiting for next!

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

    hey i have faced issue in my password i have special character @ so it is giving me api error so i used ascii value as %40 then is shows correct,

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

    connectivity giving an error it cannot establishing connection with mongoDB

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

    So important software that i missed I just look only on flutter but there is other stuff that is also important ..

  • @letstry.coding_2816
    @letstry.coding_2816 2 года назад

    Thank you So Much :)

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

    ❤️❤️❤️❤️❤️

  • @sanjeevkumar-nq8we
    @sanjeevkumar-nq8we 2 года назад

    Thanks Sir. Can we use node.js without mongodb or store json data in node.js directly

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

      Yes you can use Node.js without MongoDB as the database you choose is totally on you. You can choose any other database as well.
      And yes, you can store json data in .json files directly on your Node server but that would not be recommended 😂
      It will be a huge nightmare. But yeah, if you wanna try, it would be a fun project.

    • @sanjeevkumar-nq8we
      @sanjeevkumar-nq8we 2 года назад

      @@RohitSemriwal And yes, you can store json data in .json files directly on your Node server but that would not be recommended 😂 -- Sir is this joke or seriously we can add JSON File in node.js . If yes then how can we add.

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

      @@sanjeevkumar-nq8we Yes, you can add data in custom .json files on your server.
      You can use the 'fs' (file system) module, which is already included in Node.js and use it to create any file you want on your server.
      So, let's say I use the 'fs' module and create a file named myData.json inside my nodejs server
      Then what I can do is create an object like:
      var user = {
      name: "Rohit Semriwal",
      age: 20
      }
      and then store it in the myData.json file by converting the user object to JSON String.
      Like:
      var jsonString = JSON.stringify(user);
      and then again use the 'fs' module to save the jsonString to the file.
      This will create a file that I can use as my own database. But this use case is very limited as the database you create will not be enough for actual data needs.
      When fetching data we need querying and other advanced features which will not be available in just a JSON file.
      That's why we use a database like MongoDB.

    • @sanjeevkumar-nq8we
      @sanjeevkumar-nq8we 2 года назад

      @@RohitSemriwal Okay Sir then what about API Key, which we use in flutter app.

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

      @@sanjeevkumar-nq8we We're making a public API which can be accessed from anywhere and by anyone who has the URL.
      We can set restrictions on that by using an API Key or other certifications. We'll see that in the future.

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

    Sir please add like functionality🙏🏽🙏🏽

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

      This is a notes app so there will be no need of likes. Can you explain further?

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

    bhai bas itna bta do firebase shi rahega ki firebase

  • @SandeepRai.
    @SandeepRai. Год назад

    "Agar tum 32 bit use kr rhe ho to pta nhi tum kaha rehte ho" 🤣

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

    mujhe bahot galat lagta hai itna knowledge dene wale logo ko 2k view bhi nahi hai na 1k subscriber
    lagta hai desh ka youth sirf ladkiya dekhne me busy hai

  • @9ulmeo
    @9ulmeo Год назад

    username / passwd12