Library. A simplified process of renting a book and returning it has been implemented.
- JSON file;
- TXT file.
Classes are divided into folders according to their functionality.
| No. | Folder | Purpose | Relationships | 
|---|---|---|---|
| 1 | Data | Data models | |
| 2 | Handler | Managing application data models | Data | 
| 3 | Service | Logic unrelated to the application interface | Data, Handler | 
| 4 | UnitTest | Application testing | Data |