Deploy Node Expressjs MongoDB on Vercel

Deploy Node Expressjs MongoDB on Vercel, MongoDB Atlas
Video Build API Nodejs and MongoDB : • Build a REST API CRUD ...
Source code: github.com/nhndev/node-mongod...
∎ Auto Rename Tag
∎ Bracket Pair Colorize
∎ Dracula Theme / One Dark Pro

Пікірлер: 28

  • @Tegustamifrankfurt
    @Tegustamifrankfurt11 ай бұрын

    All tutorials should be like this. No intro, straight to the point which matters. Thank you.

  • @alammorais
    @alammoraisКүн бұрын

    great job bro, you resolved my problem

  • @user-ws5ec9px5q
    @user-ws5ec9px5q8 ай бұрын

    thank you su much, that really helps me

  • @valentinkrajzelman4649
    @valentinkrajzelman46499 ай бұрын

    just what i needed tnks

  • @Toulkun
    @Toulkun7 ай бұрын

    In postman i get no results in body, i followed everything from this video, vercel works but not post and get in Postman? Not even if i use in browser url and use api end point

  • @thisMonje
    @thisMonje8 ай бұрын

    Thanks for your video, work for me :D

  • @mramir1238

    @mramir1238

    7 ай бұрын

    Even the part with the "vercel.json"? On their website it seems like the syntax has changed. Did you still use the method shown in the video?

  • @iamthomasturner
    @iamthomasturner8 ай бұрын

    my express app uses pug to serve html files. this solution doesn't seem to work.

  • @KadirOrtac-xj9ww
    @KadirOrtac-xj9ww3 ай бұрын

    when i add vercel.json file, then production get crash.

  • @aronejerome
    @aronejerome9 ай бұрын

    Is this all for free?

  • @KROSGaminG
    @KROSGaminG3 ай бұрын

    thanks brother

  • @ganpatlakhara
    @ganpatlakhara6 ай бұрын

    Pls HELP: I'm getting error - "This Serverless Function has timed out." on vercel, but getting response data on my local.

  • @TheCrowdel

    @TheCrowdel

    2 ай бұрын

    same with me

  • @asifmulla7567

    @asifmulla7567

    2 ай бұрын

    If you are using hobby plan, then response time out is 10s,

  • @ganpatlakhara

    @ganpatlakhara

    2 ай бұрын

    @@asifmulla7567 yes, I know it. I don't understand that on the local, I'm getting response in less than 2 second. Then why taking more than 10 seconds on vercel?

  • @brawlstars.gaming

    @brawlstars.gaming

    14 күн бұрын

    same problem

  • @JustCheburek
    @JustCheburek11 ай бұрын

    Thank you

  • @NHNTV

    @NHNTV

    11 ай бұрын

    Tks bro!

  • @クバ
    @クバ11 ай бұрын

    Doesn't work :/ Try these settings: { "version": 2, "builds": [ { "src": "index.js", "use": "@vercel/node" } ], "routes": [ { "src": "/(.*)", "dest": "/index.js" } ] }

  • @ishimweisaac1019

    @ishimweisaac1019

    9 ай бұрын

    This work especially adding "/" before index.js on dest.

  • @ikhbaldwiyan6688

    @ikhbaldwiyan6688

    7 ай бұрын

    thanks its work

  • @misbahurrehman8661

    @misbahurrehman8661

    4 ай бұрын

    Thanks Man

  • @hist23
    @hist2311 ай бұрын

    anh có thể cho em xin gmail, facebook hoặc gì đó. em đã làm như vậy nhưng không được -_-

  • @MakarovSergey39
    @MakarovSergey396 ай бұрын

    why mine result is: 404: NOT_FOUND Code: NOT_FOUND ID: sin1::5zvdr-1705310477114-ccfadb2c52ae despite deployment status is success(no error).

  • @thienquang3119

    @thienquang3119

    5 ай бұрын

    i think u using ts that right ?

  • @TheCrowdel

    @TheCrowdel

    2 ай бұрын

    @@thienquang3119 not work using ts ?

  • @rexvx7791

    @rexvx7791

    15 күн бұрын

    did u fix this? i am having the same issue right now

  • @MakarovSergey39

    @MakarovSergey39

    14 күн бұрын

    @@rexvx7791 Yess the file/folder structure need some adjustment.