shakibyzn / 3-tier-store-app

Building a 3-tier app using Python programming and Tkinter and SQLite RDBMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3-tier-Architecture

Building a 3-tier app using Python programming and Tkinter and SQLite RDBMS


Table of Contents


Description

A 3-tier architecture separates its tiers from each other based on the complexity of the users and how they use the data present in the database.
It is the most widely used architecture to design a DBMS. It is composed of Database Tier (data access), Application Tier (business logic) and User Tier (user interface). The entity diagram of the database is shown below:

samples

Techniques

  • 3-tier architecture
  • Tkinter
  • SQLite RDBMS

Back To The Top


License

MIT License

Copyright (c) [2021] [Shakib Yazdani]

Back To The Top


Author Info

Back To The Top

About

Building a 3-tier app using Python programming and Tkinter and SQLite RDBMS

License:MIT License


Languages

Language:Python 100.0%