Dockerize Your Full-Stack App | ~Easy to follow

preview_player
Показать описание
#coding #Docker #reactjs
Today we have a M.E.R.N. app that we're going to Dockerize. This will allow us to separate api calls and move towards load balancing.

Venmo Me a cup of coffee:
@CodingWithKevin

My Equipment

Webull for Stocks / Crypto

Health:
Рекомендации по теме
Комментарии
Автор

is there a way to set initialization mongo script?
that will setup an admin, strong password with SCRAM auth method
then some generic user with sufficient rights to administrate blog (a particular db)
and insert some pre-defined data on it
so db-container will boot up with all neccessary settings on board while stack will be deployed

georgestatefield
Автор

Dude @Coding with Kevin, thanks for this video! For some reason, when I go to localhost:3050, I just see the "Welcome to nginx!" screen. Please lmk if you can help me out, I'd really appreciate it. Thanks!

Gio-m
Автор

Is it possible to get all the files you have typed

adithyang
Автор

Hey, thanks for sharing! Helps me a lot! Are you in audea?

jamaicaigot
Автор

This tutorial is amazing! I have a much better idea of dockerizing full stack apps now. However, I followed you & removed the node modules before moving the required files to the client folder. Thereafter, I tried npm i inside the client folder, but it keeps throwing me a bunch of errors like -
code EJSONPARSE
npm ERR! path
npm ERR! JSON.parse Unexpected token "/" (0x2F) in JSON at position 4 while parsing near "{\n // \"proxy\": \"http://..."
npm ERR! JSON.parse Failed to parse JSON data.
npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.
Can you please help me resolve this issue? Thanks!

itsMarik