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

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

    I found this video to be quite helpful, and I want to express my gratitude for your hard work. It appears that Cyclic would be an ideal choice for my API. Thank you!

    • @webwizard8
      @webwizard8 8 месяцев назад +1

      I'm glad to hear that you found the video helpful! Your appreciation means a lot to me. Thank you for watching and for your support! ❤️

  • @aronejerome
    @aronejerome 9 месяцев назад

    You just posted what i need. Tysm

    • @webwizard8
      @webwizard8 9 месяцев назад

      Glad to hear! Thank you for watching and explore the channel to see more content!

  • @magenta1797
    @magenta1797 7 месяцев назад

    I have somehow never had to add the database name to my mongodb uri string..? Despite having multiple databases in a single cluster. Thank you so much for going over this quickly and in depth. I was stuck for a few hours.

  • @vamsireddy5648
    @vamsireddy5648 4 месяца назад

    why u did not make a post call

  • @umeshjyani1568
    @umeshjyani1568 10 месяцев назад +1

    Please make a video on crud api using node and mongodb and after making this also hosts it and use in simple js

  • @nchannel8898
    @nchannel8898 7 месяцев назад

    I have a limit 240mb so i build faild

  • @arupde6320
    @arupde6320 7 месяцев назад +1

    be regular ...

  • @sarthakkamble9864
    @sarthakkamble9864 9 месяцев назад

    Great video just one more question after deploying what if i want to create a frontend in react using this deployed api should i keep the frontend folder in another repository or in the same repository with the backend?

    • @webwizard8
      @webwizard8 9 месяцев назад

      Generally, you have two options:
      1. You can deploy your frontend separately with its own repository, CI/CD, and hosting server.
      2. You can deploy the frontend and backend in the same repository with separate folders, such as client or frontend and server or backend. However, ensure that your frontend routes do not conflict with backend API routes.

  • @naylord5
    @naylord5 10 месяцев назад

    Hi! Thank you for the hint.
    Do you recommend this platform to deploy a Nest.js backend?
    It is possible to configure CI/CD easily with github actions or so?

    • @webwizard8
      @webwizard8 10 месяцев назад +1

      Yes, Cyclic should be able to deploy Nest.js applications like any other Node.js application, But you should update your package.json file for the start script command like "start": "node dist/main"
      As far as what I've understood Cyclic deploys code onto serverless infrastructure on AWS, I'd recommend - docs.cyclic.sh/overview/architecture
      I don't think Cyclic allows us to set up our own CI/CD pipeline with platforms like GitHub Actions, Did not find any documentation on their platform.
      If you want to set up your own CI/CD pipeline with GitHub Actions then I'd recommend watching my tutorial to get an idea of what it looks like to set - ruclips.net/video/cgWXQqL-ZU8/видео.html

    • @naylord5
      @naylord5 10 месяцев назад

      @@webwizard8 Thank you for the insights!
      Definitely worth checking the platform and all the capabilities because is becoming more rare to find generous free / hobby tiers in actual PaaS.

  • @nwaformicah433
    @nwaformicah433 4 месяца назад

    Nice video but i have a question, why is it that cyclic is not sending my verification email i send with node mailer. Can it do that when i upgrade to usage plan?

    • @webwizard8
      @webwizard8 4 месяца назад

      I believe you are trying to verify your account with cyclic, I wonder why do you programmatically verify your account?
      One suggestion I can give is that your account details should be as human friendly as possible while registering with any platform

    • @nwaformicah433
      @nwaformicah433 4 месяца назад

      @@webwizard8 no, what am saying is that. When a user register to my website, I send verification email for him to verify his account and then login but cyclic is not sending out the verification email. Am welling to upgrade to pay plan it that will solve the problem because I really need that to work. How can I verify a user that has just registered if my server cannot send out verification email for a user to verify or even reset his or her password?