Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 759 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 759 Bytes

myProject

This repository contains a collection of microservices built using the Django web framework. These microservices are designed to provide specific functionalities or services within a larger application or system. They are implemented using Django's capabilities for creating web-based services and APIs

project design


my_microservices/
├── Ecom/
│   ├── __init__.py
│   ├── apps.py
│   ├── models.py
│   └── ...
├── myapp/
│   ├── __init__.py
│   ├── apps.py
│   ├── models.py
│   └── ...
├── my_microservices/
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── ...
├── manage.py
└── ...