Forget Cloudinary or S3 bucket | Build your own with Node.js!

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • Hey there, everyone, Niraj here!
    I hope you all are doing well.
    This channel is dedicated to all developers around the world.
    --------------------------------------------------------------------------------------------------------------------------
    In this video, we are going to create our own server to store files,
    and it will automatically give you the URL of the file, just like in
    Cloudinary, or S3 buckets.
    Uses:
    You can store this URL to the user model and call it when needed.
    --------------------------------------------------------------------------------------------------------------------------
    Learn useState in 4 min: • Learn useState in less...
    Learn useEffect in 7 mins: • Learn useEffect in 7 m...
    Learn useContext in 7 mins: • Learn React Hooks: use...
    Checkout HTML full course: • HTML full course
    Checkout NextJS 14 full course playlist: • NextJS 14 full course
    Checkout ReactJS Hooks: • ReactJS Hooks
    Mobile Application Install: • Mobile Application Ins...
    Build and deploy a Todo app with Next.js 14, Typescript, Tailwind CSS & useContext | NextJS projects: • Build and deploy a Tod...
    ---------------------------------------------------------------------------------------------------------------------------
    Thanks for watching.#customcloudinary #nodejs #createyourownserver #spacestorage #objectstorage
    Follow Me On Social Media
    ►Website (created using Next JS and NodeJS): nirajchaurasiy...
    ►Twitter: / @loveforrobotics

ความคิดเห็น • 5

  • @niraj.chaurasiya
    @niraj.chaurasiya  11 หลายเดือนก่อน

    If you want to deploy these servers, I have already uploaded a video on that.
    Check it out and send your link after deployment.

  • @ajaydeepsinghrajpoot
    @ajaydeepsinghrajpoot 11 หลายเดือนก่อน

    What exactly are you building with this one, something like cloudinary of our own or writing a server to upload files on s3?

    • @niraj.chaurasiya
      @niraj.chaurasiya  11 หลายเดือนก่อน +1

      In this video, we are going to create our server to store static files and it will automatically give us the file URL just like Cloudinary and s3 bucket does.
      I hope this clears up your confusion❤

    • @gamerneversleep4200
      @gamerneversleep4200 11 หลายเดือนก่อน

      @@niraj.chaurasiya you can make s3 endpoint to make it easy to integrate with any application

    • @niraj.chaurasiya
      @niraj.chaurasiya  11 หลายเดือนก่อน

      @@gamerneversleep4200 Do you mean I should create an S3-like endpoint with this assets server to make it scalable and usable with any other server application?