Project information

  • Description:

    Design and implementation of a database system

  • Tools: MySQL, Python
  • Code: GitHub Repository

Project Summery

This project is an implementation of a database system for a university E-learning management system using MySQL and Python. The purpose of this project is to design a database using an entity-relation model, work with SQL, implement the relationships between entities, and work with the implemented model from a separate user interface.

To access the database for reading and manipulating data, we need a UI. To meet this need, I simply made a MySQL connection in python, and user commands are entered through python CLI(A simple but useful way to work with our database).