Description | Requirements | Technologies | Usage
Application developed to be used in the registration and control of orders from a pizzeria.
The project was created in 2019 when I had little knowledge about object-oriented programming and folder structure. So he decides to refactor and improve in some aspects, the main ones being the folder structure and adding the Entity framework for scalability.
- C#
- Windows Forms
- DataAnnotations
- EntityFramework
- SqlServer
You can clone it on your pc using the command:
git clone https://github.com/Lissone/edecasa-wf.git
cd edecasa-wf
Configure your database using:
update-database
Distributed under the MIT License. See LICENSE
for more information.