Skip to content

This repository contains a collection of microservices built using the Django web framework

Notifications You must be signed in to change notification settings

aj7tt/DjangoProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
└── ...

About

This repository contains a collection of microservices built using the Django web framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages