RESTful CRUD (Create, Read, Update, Delete) API using Express.js, Node.js and mongoDB

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

КОМЕНТАРІ • 28

  • @MurtazaHoshmand
    @MurtazaHoshmand 3 місяці тому +3

    thanks, a simple crude operation with no more description. good for those who have experience with other frameworks like laravel

  • @akshorts6815
    @akshorts6815 9 днів тому +2

    i thinks this is the best good video in youtube simple tell i am waiting for more videos i hope you ❤❤❤

    • @CodeWithArjun
      @CodeWithArjun  8 днів тому

      I'm glad you found it helpful, I'll be sure to make more videos on REST APIs!

  • @iMkosy1
    @iMkosy1 10 днів тому +1

    much appreciated!

  • @kavyasukumaran7738
    @kavyasukumaran7738 4 місяці тому +1

    Thank you for such neatly explained video. Can you include all concepts like jwt, git, authentication, logger, rate limiting, security, joi validation, unit testing and performance testing and all.

  • @Imam-g3o1g
    @Imam-g3o1g Місяць тому +1

    How to connect to front end? Do you have any video for it?

  • @NoNeverGamer
    @NoNeverGamer 7 місяців тому +2

    great video but could you explain what are the keywords meant for and explain it

  • @ChoeunUtdom
    @ChoeunUtdom 12 днів тому

    Hello I have problem , Failed to connect to the database The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a string.

    • @hlgff6299
      @hlgff6299 11 днів тому

      It means the parameter you give to functions is not string or missing check if openUri() mongose.connect() or mongose.createConnection is not empty or it is rap inside a double or single qoutes like this ". ../parameter"

  • @AM-nh3np
    @AM-nh3np 6 місяців тому +1

    I tried this for 12 hours and i can't make postman accept my data, is always "server error" i dont know what im doing wrong... but maybe its because my data has a lot of thigs more than users like 7 things there and its a different thing to do here?

  • @sreemoh6083
    @sreemoh6083 4 місяці тому +3

    14:00. Not working 😞.what to do how do i fix that.someone please help

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

    If I am using mockdata.json file for rest api get,put,post,delete,create then I switch to mongo db than I will need require mock.json file?

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

    can you post a video about How to host website on Google cloud platform (GCP) built using React JS or Next JS. and How to host multiple websites on GCP (Google cloud platform) and connect with different domain for each websites.domain bought from godaddy or Namecheap.

  • @researchresearch-k1g
    @researchresearch-k1g 4 місяці тому

    hello sir, can you make a video on how to update external api to cllent side, such as map location point on with openlayers map, create login dashboard with some js elements being hidden for b category users and visible only for a category users and create protected routes with authentication for employees to edit specific pages, all with expressjs, node and mongodb ? thank you for doing these videos, there is so much value in those.

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

    MY postman is working properly but data is not displayed in the database

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

      Same happened to me. If you check it in test folder in mongo compose, the data is showing.

  • @LegendsGamingHub
    @LegendsGamingHub 2 місяці тому +1

    Thank😍😍

  • @abdulghani9596
    @abdulghani9596 2 місяці тому +1

    Great

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

    daym, i know my port is up but my page is showing CANNOT GET api/user/fetch

  • @dupladupa-gl8lo
    @dupladupa-gl8lo 3 місяці тому

    i have a problem regarding the mongo db connection on my project, how should i contact you it will be helpful if u help me with it

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

    post video about Nodemailer node js - send "website form data" to email id

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

    what is diff b/w require and import?

    • @anshul9618
      @anshul9618 20 днів тому

      the basic require is a common JS syntax while the import he uses here are ES6 syntaxes much similar like typescript