I already had an existing NestJS application connected with a RDS database and different environments that I wanted to deploy with elastic beanstalk. Just followed your tutorial and did some adjustments for my case and it actually worked. Thank you very much ! Btw. if you could also show how to manage multiple environments it would be awesome !
I can't manage to make it work. I don't have a config file and the dotenv I use it in the index.ts file referencing the path to the .env file. How do I reestructure what I have to make it work?
It's just a basic hello world application. The code is available on my github / youtube videos that have covered the style. Check out any of the API videos I have made.
Hey thank you for your amazing video. AWS Sounds like a very good choice to host my NodeJs App but I'm wondering which service do you recommended to host the DB (mongodDB) ? I saw MongoDB Atlas but I excepted to find a candidate that can host both : my NodeJsApp and my DB (mongo) to avoid to have multi account for IT management ? Maybe Heroku can do it?
I already had an existing NestJS application connected with a RDS database and different environments that I wanted to deploy with elastic beanstalk. Just followed your tutorial and did some adjustments for my case and it actually worked. Thank you very much ! Btw. if you could also show how to manage multiple environments it would be awesome !
Clear and straightforward explanation! Fantastic work, thank you!
Thank you! Very much needed this right now. :)
Thanks for the great tutorial!
Yes!
what about for react?
I can't manage to make it work. I don't have a config file and the dotenv I use it in the index.ts file referencing the path to the .env file. How do I reestructure what I have to make it work?
was the nodejs code covered in previous videos?
It's just a basic hello world application. The code is available on my github / youtube videos that have covered the style. Check out any of the API videos I have made.
Great! Thanks
Hey thank you for your amazing video. AWS Sounds like a very good choice to host my NodeJs App but I'm wondering which service do you recommended to host the DB (mongodDB) ? I saw MongoDB Atlas but I excepted to find a candidate that can host both : my NodeJsApp and my DB (mongo) to avoid to have multi account for IT management ? Maybe Heroku can do it?
I would use mongo atlas, or AWS Document DB
awesome, thanks!