Python / Django / Django REST Framework backend app for music service
 
 
Go to file
TBS093A de22f24267 upgrade README.md 2020-07-24 14:06:55 +02:00
__pycache__ upgrade migrate.sh && add README.md with UML 2020-07-24 13:40:16 +02:00
migrations mv all apps to default directory 2020-07-24 12:24:33 +02:00
portfolio pycache update && modify migrate shell && add readme.md with uml 2020-07-24 13:38:12 +02:00
.gitignore upgrade comments && add UML generator && modified shell files && fix urls 2020-07-24 11:15:06 +02:00
README.md upgrade README.md 2020-07-24 14:06:55 +02:00
manage.py initial commit -> install packages && init all models 2020-06-17 16:15:08 +02:00
migrate.sh upgrade migrate.sh && add README.md with UML 2020-07-24 13:40:16 +02:00
packages.sh upgrade comments && add UML generator && modified shell files && fix urls 2020-07-24 11:15:06 +02:00
run.sh create others schemas in one endpoint -> users 2020-06-19 12:32:04 +02:00

README.md

Music Service

Basic Information

Project Structure

.
├── account
│   ├── admin.py
│   ├── apps.py
│   ├── models.py
│   ├── serializers.py
│   ├── tests.py
│   └── views.py
├── album
│   ├── admin.py
│   ├── apps.py
│   ├── models.py
│   ├── serializers.py
│   ├── tests.py
│   └── views.py
├── comment
│   ├── admin.py
│   ├── apps.py
│   ├── models.py
│   ├── serializers.py
│   ├── tests.py
│   └── views.py
├── playlist
│   ├── admin.py
│   ├── apps.py
│   ├── models.py
│   ├── serializers.py
│   ├── tests.py
│   └── views.py
├── rating
│   ├── admin.py
│   ├── apps.py
│   ├── models.py
│   ├── serializers.py
│   ├── tests.py
│   └── views.py
├── asgi.py
├── settings.py
├── urls.py
├── utils.py
└── wsgi.py

Shell/Bash Files

../packages.sh

This file have every python virtual environment requirements for application run

../migrate.sh

This file migrate every models with database in app and generate UML

../run.sh

This file running application

UML

Diagram class

diagram_class

Diagram class by apps

diagram_class_by_apps