Skip to content

filip-copija/BrewCRAFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrewCRAFT / project

Warehouse management project application BrewCRAFT is a simple demonstration of database based application that lets store and update data in database with the help of stored procedures.

About the project

The main intetnion was to have some fun with creating UI in XAML and understanding the logic of WPF and buttons, events.
We have increased our teamowork skill as well as learned WPF logic and how to work with data using WPF and SqlServer.

Setup

The application requires a database to store the data. Follow the below steps to setup database.

  1.   Run the script 'MagazynBazaSkrypt.sql' to create and populate database (MS SQL SERVER is required)
    
  2.   Set the connection string
    

   i. Open po_project.sln (Visual Studio is required)

   ii. Open Helper.cs and change "DESKTOP-FOQ5J3H" to your SqlServer Name in
@"Data Source=DESKTOP-FOQ5J3H;Initial Catalog=Magazyn;Integrated Security=True"

   iii. Go to server explorer and connect app with Magazyn.dbo

Technologies Used

  • .NET WPF
  • Microsoft.Data.SqlClient
  • C#
  • T-SQL
  • XAML

Screenshots

Login screen

loginscreen

Main window

mainscreen

Content window

pagescreen

Created by