Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 770 Bytes

File metadata and controls

26 lines (16 loc) · 770 Bytes

Application

The main functionality of Videomatic.

This project follows the principles of Clean Architecture. It defines application 'Features' (i.e. 'Use Cases') which are the main building blocks of the application.

The project also follows the principles of CQRS Command Query Responsibility Segregation

Dependencies

  1. Domain
  2. ShardKernel

Features

They are located in the Features folder and are divided in groups:

  1. Arifacts
  2. Playlists
  3. Transcripts
  4. Videos

Browse each folder to see the available features.