In this tutorial, I’ll go through how you can make a powerful development environment with Django and Docker. Well i was once working on a group project with some classmates from campus.
I was the backend developer and some were working on frontend development.However there was a big issue being a Linux guy and most of them were on Windows while others used MacOs. Since we were working on dev environment only we needed to think of a way we could have a way to use same environment easily .
Since i was the DevOps guy at the point and we were using Mysql for the database , we decided to have a way the frontend developers can ru the backend on their computers without worrying about the hustle of setting up Mysql on each machine .
To make it easy to view the database i decided to add phpmyadmin for database viewing in dev mode.