Skip to content

TBS093A/music-service-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Service

Basic Informations

Appliaction for sharing music and texts of songs once.

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

Class Diagram

class_diagram

Class Diagram By Apps

class_diagram_by_apps

About

Python / Django REST Framework / Swagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors