AWS EC2 Deployment Guide: Node.js App with MongoDB Atlas Setup

preview_player
Показать описание
#mongodb #nodejs

GitHub Repo Used in the Tutorial:

RECOMMENDED PLAYLIST:

GitLab CICD:-

Docker Series:-

DevOps Series:-

Hands-On Project:-

Connect with me:
Instagram: @alausaseun
Рекомендации по теме
Комментарии
Автор

This is my first time truly understanding how applications work with database integration.
Thank you @Oluwaseun Alausa. God Bless you abundantly

chukwuemekaezeobi
Автор

Thanks so much for this wonderful explanation sir. Your language is simple, voice clean, and the atmosphere is super conducive. I got relieved after watching this game-changing tutorial of yours. Am glad having you sir. You just won one subscriber. ❤

SamuelTitinho
Автор

Thank you for the wonderful tutorial! It was very educative and descriptive. I thoroughly enjoyed your use of words, which I could easily relate to. I wanted to mention that current learners might face syntax issues depending on their Node.js version. They can try updating it or editing the following lines in

session: options?.session,
readPreference: options?.readPreference,

to:

session: options && options.session,
readPreference: options && options.readPreference,

Thanks again for the valuable content!

emmanuelnwogu
Автор

This is wholesome. Thanks so much for this

b_sheu_jnr
Автор

Thank you so much for all you do. Your videos are very detailed.

elcollins_dev
Автор

thank you very much BOSS... you're simply the best when it comes to devops.... but i did git clone to clone the repository and i went to your github i couldn't the application to clone sir.

obutegabriel
Автор

Weldone. God bless you.

I need a place for internship in Nigeria

emmalux
Автор

can you please make a video of how to deploy a codebase on digital ocean, creating a droplet.
Thanks so much

b_sheu_jnr
Автор

Although my question seems dumb. Please sir can I use Amazon RDS database for this same src code? Thanks 🙏

SamuelTitinho
Автор

This is wholesome. Thanks so much for this

b_sheu_jnr