Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.97 KB

README.md

File metadata and controls

31 lines (27 loc) · 2.97 KB

Audiobook App

The app basically allows users to rent audiobooks and check their library. There are two panels at the entrance. Admin panel and User panel. Admin can add new users and new books to DBAudiobook database after entering admin information. During these additions, you can access the required features from the ER-Diagram below. When the admin wanted to add new users and books, we tried to give importance to the use of functions and triggers as well as PostgreSQL queries running in the backend. I can say that we have added 4-5 functional features. At the user login, there are 3 interfaces. From the Profile section, the user can see instant information (username, password, wallet..). From the Buy a Book section, the user can buy new books, see all the features of these books, how many minutes they are, and what their prices are. From the Library section, the user can see his own books.


Used Technologies

Programming Language: C#
Front End: Windows Form Application
Database: PostgreSQL
The data provider we use when connecting the front end to PostgreSQL: Npgsql

a1 a1


ER Diagram

ss


In-app images

a1 a2 a3 a4 a5 a6 a7 a8