Skip to content

python-microservices/microservices-django-scaffold

Repository files navigation

microservices-django-scaffold

Barebones Python with Django Microservices

Build Status Coverage Status Requirements Status Updates Python 3

Docker

Create and push the image

docker build -t templatedjango -f Dockerfile .

Test the image:

docker run -d -p 8000:8000 templatedjango