Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.19 KB

README.md

File metadata and controls

51 lines (30 loc) · 2.19 KB

ketab-foroshi

This application is a book store managemnet, and uses C# for the backend, WPf for the GUI, and sqllite for connecting to data base. For the authentication, the passwords are hashed with the SHA 256 method, which returns an array of bytes. We then converted this array to a base64 string, and finally the result would be compared with the hashed password stored in the database (you can try admin/admin to login). The application has following functionalities:

  • Login / sign up
  • Get a list of existing books
  • Adding book
  • Adding customer orders
  • Create / Manage storage
  • Backup
  • Editing profile

use case diagram:

image

Class diagram:

image

collaboration diagram:

image

State diagram:

image

WND:

image

CRUD table:

image

Here are some screenshots of the application:

image image image image image image image