React and node JS project in Hindi #9 Signup API

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 82

  • @wasiqbillah9736
    @wasiqbillah9736 9 місяців тому +2

    I saw many vedios from herry bhai and many other channels but this project serious is osm make clear each and every thing line by line thanks for this sir❤

  • @centauricoder
    @centauricoder 2 роки тому +9

    one thing that is different from other creator is that he type slowly and make us understand each and every line
    that's really great.............

  • @abishanmainali3491
    @abishanmainali3491 2 місяці тому

    I have no words for you, you are amazing bro how can i grate you ❤❤ loves from nepal bro

  • @neha02818
    @neha02818 Рік тому

    Learning with great knowledge shared by u in simple manner

  • @sapnokasahar3098
    @sapnokasahar3098 5 місяців тому

    Really...
    Grate narration
    Thanks bro 😊

  • @iemhussein
    @iemhussein Рік тому

    Love your way of teaching

  • @pramilavibhute5018
    @pramilavibhute5018 2 роки тому

    sir every line understand in video..nice learn sir...

  • @qurat-ul-ain7235
    @qurat-ul-ain7235 Рік тому

    You are really a good teacher.

  • @sharjeelfaiq16
    @sharjeelfaiq16 9 місяців тому

    Thanks for making this series.

  • @sandeeppal2045
    @sandeeppal2045 3 роки тому

    Perfect playlist for me thank you very much sir

  • @RizwanKhan-yn9yb
    @RizwanKhan-yn9yb 2 роки тому +1

    on 16:05 min in this video ,you use( let user=new User(req.body)) .
    how to use this in MySQL? I am using MySQL for this project and it returned me blank object {}
    please help me

  • @rudrajha1002
    @rudrajha1002 Рік тому +2

    When I use the post method it is not working...😢

  • @ayushyt918
    @ayushyt918 2 роки тому +1

    thank you bhai so much

  • @zarakali4389
    @zarakali4389 2 роки тому +1

    hi sir how are you im shahzad khan from pakistan

  • @harneetsingh5147
    @harneetsingh5147 2 роки тому +3

    hi,
    trying to run post, getting error "Cannot GET /login"
    app.post("/login", (req, resp)=>{
    resp.send('App is sending !!')
    });
    But same time if call get, its working
    app.get("/login", (req, resp)=>{
    resp.send('App is sending !!')
    });

    • @Dont_know_wt
      @Dont_know_wt 2 роки тому

      Yes same here

    • @rollround7144
      @rollround7144 Рік тому

      Yes it's right bro

    • @champion_aarush
      @champion_aarush Місяць тому

      yes bro...same issue...did u solved it??

    • @champion_aarush
      @champion_aarush Місяць тому

      solved it.....when we use it in browser(google)...it is auto matically sends a "get" api.....try it in post man...and set api type to post....it is working for it.

  • @muhammadashfaq5267
    @muhammadashfaq5267 7 місяців тому

    Thank you so much

  • @yugandharathakor431
    @yugandharathakor431 Рік тому +1

    Sir pehle vala video me hi app crashed ho gai hai vo hi solved nahi ho raha hai plz uska kuch bataye

  • @web3passionatedev
    @web3passionatedev 3 роки тому +15

    sir github link kahan hai ?

  • @FarhanKhan-nr8ym
    @FarhanKhan-nr8ym Рік тому +2

    getting error "Cannot find module './db/config'", can anyone help??

  • @ak_spotlight
    @ak_spotlight 3 роки тому

    excellent

  • @IncredibleGilgitBaltistan
    @IncredibleGilgitBaltistan 2 роки тому +1

    Cool

  • @biplovkr7093
    @biplovkr7093 Рік тому

    Hi Sir, Have you shared code so that we can check with demo also.
    please share code link

  • @Coder856
    @Coder856 10 місяців тому

    Sir mujhy aik error arha
    Is line me
    let user =new User(req.body)
    Aur error yeh hai k user is not a constructor

  • @alamshaikh4358
    @alamshaikh4358 3 роки тому

    Yes bro please implement jwt and bcrypt in that project.

  • @uditagrawal2911
    @uditagrawal2911 11 місяців тому

    everything is working fine, but at the last minute of video when we write "await" , from there my postman is not showing data in response and mongodb is aslo not updating its data. please provide solution

    • @virendramajhi8703
      @virendramajhi8703 11 місяців тому

      Bro, you should reload it, if still not working then you should try without async

    • @vinayanandlodhi3007
      @vinayanandlodhi3007 11 місяців тому

      ​@@virendramajhi8703bro data is showing on postman body but not on mongodb database what to do even after refreshing

    • @aayushsah6799
      @aayushsah6799 7 місяців тому

      User.js
      const mongoose = require('mongoose');
      const userSchema = new mongoose.Schema({
      name:String,
      email:String,
      password:String
      });
      module.exports = mongoose.model('user', userSchema);
      The first argument is the singular name of the collection your model is for. Mongoose automatically looks for the plural, lowercased version of your model name. Thus, for the example above, the model user is for the users collection in the database.

  • @alamshaikh4358
    @alamshaikh4358 3 роки тому

    Next video kab tak aayege bro?

  • @amit_mishra__
    @amit_mishra__ 4 місяці тому

    if (schema == null || !('pluralization' in schema.options)) {
    ^
    TypeError: Cannot use 'in' operator to search for 'pluralization' in undefined
    plz solution sir \

  • @ashutoshrashtrawadi4812
    @ashutoshrashtrawadi4812 2 роки тому

    Can I use my JSON server for this Project?

  • @PiyushNextupgrad
    @PiyushNextupgrad Рік тому

    thnx a lot sir

  • @vaishalipatil4939
    @vaishalipatil4939 Рік тому +4

    Where is github link

  • @pratikshaalhat3359
    @pratikshaalhat3359 3 дні тому

    Sign up page to product page date not show please help

  • @shashiraj8229
    @shashiraj8229 Рік тому +1

    Aapne postman k baare me bina kuch btaye hi uska use kr liya... aise me kaise smjh aayega... pehle postman k bare me to batao ki kya h or kaise use ho rha h...

  • @amit_mishra__
    @amit_mishra__ 4 місяці тому

    if (schema == null || !('pluralization' in schema.options)) {
    ^
    TypeError: Cannot use 'in' operator to search for 'pluralization' in undefined;;;;;;;;;;;;;;;;;;;;;;;;;
    plz solution sir

  • @Thepathfinder434
    @Thepathfinder434 6 місяців тому

    id nhe show ho rhe hai mongotool mai

  • @adeelshaikh9922
    @adeelshaikh9922 3 роки тому

    sir bycript and jwt token bhi Implement kry please .............

  • @jitusahu1839
    @jitusahu1839 Рік тому +1

    Aapka github link kahan hai bhai..

  • @Dont_know_wt
    @Dont_know_wt 2 роки тому +1

    API post request not working what to do??

    • @gsmfurqan6509
      @gsmfurqan6509 Рік тому

      not working for me too. throwing 404 error

    • @rohitrawat2071
      @rohitrawat2071 9 місяців тому

      For me also its throwing error 404

    • @aayushsah6799
      @aayushsah6799 7 місяців тому

      User.js
      const mongoose = require('mongoose');
      const userSchema = new mongoose.Schema({
      name:String,
      email:String,
      password:String
      });
      module.exports = mongoose.model('user', userSchema);
      The first argument is the singular name of the collection your model is for. Mongoose automatically looks for the plural, lowercased version of your model name. Thus, for the example above, the model user is for the users collection in the database.

  • @chandreshkumar9046
    @chandreshkumar9046 Рік тому

    sir, new keyword ka kyu Kiya hain in nodejs??

    • @codestepbystep
      @codestepbystep  Рік тому +1

      To make object from class constructor

    • @chandreshkumar9046
      @chandreshkumar9046 Рік тому

      @@codestepbystep sir.easy language mein Samjha dijiye please. Mujhe new keyboard mai badi confusion hothi hain.

  • @AbhishekKumar-yi8bu
    @AbhishekKumar-yi8bu Рік тому +2

    where is your github link

  • @mukunddasari
    @mukunddasari Місяць тому

    Getting error at this line
    let user = new User(req.body)
    TypeError: User is not a constructor. Please suggest anyone

    • @mukunddasari
      @mukunddasari Місяць тому

      tried below line in User.js file it worked for me...
      const User = new mongoose.model("User",userSchema)
      module.exports = User

  • @tazimansari1243
    @tazimansari1243 2 роки тому

    Thanks sir

  • @voipblog-d8s
    @voipblog-d8s Рік тому

    Sir github ka code nhe mil rha ?

  • @bhumikabansal6022
    @bhumikabansal6022 Рік тому

    you have not told about postman you just directly used it

  • @jitusahu1839
    @jitusahu1839 Рік тому +1

    Apka github ka link kahan hai.

    • @aashishgupta3810
      @aashishgupta3810 Рік тому

      How to run project from cloning after github....react project like this please 🥲🥲🥲🥲

  • @shahinrohaman6257
    @shahinrohaman6257 11 місяців тому +1

    where is sorce code

  • @onlygamingsamy
    @onlygamingsamy 2 роки тому +1

    I got an errror saying User is not a constructor

  • @Angle17292
    @Angle17292 8 місяців тому

  • @dileepbannikatti7900
    @dileepbannikatti7900 3 роки тому

    Add date range picker interact js

  • @kunal_Jangra
    @kunal_Jangra 2 роки тому +1

    where is github code😮‍💨

  • @revopionstechnologies6782
    @revopionstechnologies6782 2 роки тому

    how to get code

  • @devuthakkar1602
    @devuthakkar1602 2 роки тому

    👍👍

  • @jayantverma3335
    @jayantverma3335 2 роки тому

    not working

  • @pramilavibhute5018
    @pramilavibhute5018 2 роки тому

    sir error aahe ..mango data ch insert hot nahiye

    • @vaishalipatil4939
      @vaishalipatil4939 Рік тому

      Same mongo db me insert nahi ho Raha data

    • @vaishalipatil4939
      @vaishalipatil4939 Рік тому

      Please tell solution

    • @aayushsah6799
      @aayushsah6799 7 місяців тому

      User.js
      const mongoose = require('mongoose');
      const userSchema = new mongoose.Schema({
      name:String,
      email:String,
      password:String
      });
      module.exports = mongoose.model('user', userSchema);
      The first argument is the singular name of the collection your model is for. Mongoose automatically looks for the plural, lowercased version of your model name. Thus, for the example above, the model user is for the users collection in the database.

    • @snehayadav7198
      @snehayadav7198 3 місяці тому

      Restart the server

  • @MohdAzhar-x8s
    @MohdAzhar-x8s 2 місяці тому

    i hate postman

  • @SaGaWisdom
    @SaGaWisdom 4 місяці тому

    Our Coach @Anil_siddu