https://github.com/mbrsagor/microservice
Django MicroService web application simple example
https://github.com/mbrsagor/microservice
aws django django-rest-framework docker microservice python3
Last synced: 4 months ago
JSON representation
Django MicroService web application simple example
- Host: GitHub
- URL: https://github.com/mbrsagor/microservice
- Owner: mbrsagor
- Created: 2020-07-25T05:05:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T17:48:58.000Z (11 months ago)
- Last Synced: 2025-05-29T13:24:59.122Z (10 months ago)
- Topics: aws, django, django-rest-framework, docker, microservice, python3
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django MicroService
> This application is simple microservice based architecture web application.
#### Features:
- Product Service:
- Product CRUD or project related feature
- Order Service:
- Order related feature
Both service will be connected Rabbitmq message broker and celery.
### Setup:
The following steps will walk you through installation on a Mac. Linux should be similar. It's also possible to develop on a Windows machine, but I have not documented the steps. If you've developed Django apps on Windows, you should have little problem getting up and running.
### Dependencies:
- Python
- PostgreSQL
- Docker