This is a simple Django app related to a Shop. In it we have Product app and in this app we have Product model. Product model has simple fileds like name, price, and image. I use this project for demonstrate my tutorials in my Youtube channel.
By using docker we can easily set up project.
git clone git@github.com:ghorbani-mohammad/shop-youtube-tutorial.git
cd shop-youtube-tutorial
docker-compose up