Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pome1lo/desktop-application-wpf-coffeeshop-
This course project examines the process of developing a software tool "Coffee Shop Coffee Shop", which is a user-friendly interface for solving the full range of tasks related to ordering, viewing and adding menu items, coffee shop news and many others.
https://github.com/pome1lo/desktop-application-wpf-coffeeshop-
coffee-shop course database dotnet mvvm postgresql wpf
Last synced: 6 days ago
JSON representation
This course project examines the process of developing a software tool "Coffee Shop Coffee Shop", which is a user-friendly interface for solving the full range of tasks related to ordering, viewing and adding menu items, coffee shop news and many others.
- Host: GitHub
- URL: https://github.com/pome1lo/desktop-application-wpf-coffeeshop-
- Owner: pome1lo
- Created: 2023-01-26T15:04:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T13:12:34.000Z (over 1 year ago)
- Last Synced: 2024-11-24T15:15:34.716Z (2 months ago)
- Topics: coffee-shop, course, database, dotnet, mvvm, postgresql, wpf
- Language: C#
- Homepage:
- Size: 33.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Course project on object-oriented programming 💾
This course project examines the process of developing a software tool "Coffee Shop Coffee Shop", which is a user-friendly interface for solving the full range of tasks related to ordering, viewing and adding menu items, coffee shop news and many others. Based on this, labor productivity increases, the speed of ordering and the overall profit of the company. Most of these services are presented in the form of websites. The main stages of application creation will also be described, starting with interface design, and ending with testing and code optimization.
As an application programming interface, an extensive API was chosen - Windows Presentation Foundation (WPF), which allows you to create beautiful and productive applications with a variety of controls and respond to various user actions.
To work with WPF, an object-oriented programming language with a C-like syntax was used — C#, designed to create applications on the Microsoft platform.NET Framework.
The object-relational database management system PostgreSQL was chosen as a data storage service.
The paper will cover the main stages of application creation – from interface design to code optimization.