DEV Community

Cover image for ComfortConfy - the alternative videoconference apps
Егор Сборщиков
Егор Сборщиков

Posted on

ComfortConfy - the alternative videoconference apps

Hey everyone! I want to present my very best pet-project - ComfortConfy!

The idea came to me by accident, and I wanted to contribute to the development of modern mediums while also developing myself in the context of mobile development.

ComfortConfy is an open-source project aimed at facilitating conference processes. Our project partner is "ДУМА," an internet platform for automating internal business processes in educational organizations. My project is being developed as an implementation of the service within the "ДУМА" platform.

The following development technologies were used in the project:

Mobile: Flutter + Dart;
Database: PostgreSQL, Firebase;
Backend: Python, Go;
ORM: SQLAlchemy + Alembic + Pydantic;
API Controllers: REST API, gRPC.
Enter fullscreen mode Exit fullscreen mode

In the source code of each component (mobile & backend), the following programming principles and patterns are observed:

MVC;
SOLID;
DRY.
Enter fullscreen mode Exit fullscreen mode

The following concepts were identified and used to develop screens:

Image description

The project repository is available on GitHub: ComfortConfy

Top comments (0)