Setting up Django/Mysql Dev  Environment with  Docker Compose

Setting up Django/Mysql Dev Environment with Docker Compose

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.

https://medium.com/nerd-for-tech/how-to-setup-headless-dev-environment-with-django-and-docker-7495bd79b1cb

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *