Skip to content

snapp-map/microservice-django-drf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Microservices with Django DRF (Docker Compose)

A minimal, runnable set of Django DRF microservices (Users, Products, Orders, Payments) orchestrated via Docker Compose.

Architecture

  • Each service: Django + Django REST Framework
  • Inter-service communication: REST over HTTP
  • Data: PostgreSQL (each service can have its own database)
  • Configuration management: environment variables in Docker Compose
  • Cache/Queues: Redis (optional)

Prerequisites

  • Docker Engine
  • Docker Compose

Quick Start

  1. Clone the entire project

  2. Build and run with Docker Compose

docker-compose up --build  

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors