An open API service indexing awesome lists of open source software.

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

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