Data model

ER diagram

ER diagram

Persistent data representation

Relational database - SQLite

Logical model

Logical model

Communication with database

Database is created and managed by Django framework. Tables learning_models and projects are added in api/models.py file. Other tables are built-in Django tables.