https://github.com/python-microservices/microservices-django-scaffold
Barebones Python Microservices with Django
https://github.com/python-microservices/microservices-django-scaffold
barebones-python-microservices django django-microservices microservices
Last synced: 2 months ago
JSON representation
Barebones Python Microservices with Django
- Host: GitHub
- URL: https://github.com/python-microservices/microservices-django-scaffold
- Owner: python-microservices
- License: gpl-3.0
- Created: 2018-04-17T20:12:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:35:55.000Z (over 4 years ago)
- Last Synced: 2025-04-14T17:49:20.764Z (9 months ago)
- Topics: barebones-python-microservices, django, django-microservices, microservices
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 6
- Watchers: 9
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microservices-django-scaffold
Barebones Python with Django Microservices
[](https://travis-ci.org/python-microservices/microservices-django-scaffold)
[](https://coveralls.io/github/python-microservices/microservices-django-scaffold?branch=master)
[](https://requires.io/github/python-microservices/microservices-django-scaffold/requirements/?branch=master)
[](https://pyup.io/repos/github/python-microservices/microservices-django-scaffold/)
[](https://pyup.io/repos/github/python-microservices/microservices-django-scaffold/)
# Docker
Create and push the image
docker build -t templatedjango -f Dockerfile .
Test the image:
docker run -d -p 8000:8000 templatedjango