...
In one word, you'll find it more convenient and elegant to write/debug code in env docker container env (instead of on your laptop's local env).
Read the doc below to know how.
I'd love to see my code working
Coding itself is not as rewarding as seeing it actually running. Let's get it running!
Where are these 3 envs? (dev, test, prod)
After reading the previous docs "How do I write/debug code?", you will be able to run write/debug code locally (i.e. in dev env).- that is your dev env! (dev env is on everyone's laptop).
Test env and prod env are NOT on your laptop, but rather shared by all members. Where are they and how can I access them? Here's the answer.Now let's see more exciting options of running them in test env and prod env!
Domains of backend APIs and SSL
...