Skip to content

lemonbalms/TimCoRetailManager

Repository files navigation

Tim Corey Retail Manager

This project is base on Tim Corey Retail Manager course.

1. Setting up GitHub Repository

All the source files of the project is avaliable on GitHub.

2. Setting up WebAPI

Web API Tutorial C# for beginners - Made Easy is a good introduction.

Create WebAPI (.NET Framework) project. Update DefaultConntion setting in Web.config file

To setup initial account:

Add swagger (Swashbuckle) support

3. Setting up Database project

Add SQL Server Database Project to the solution.

4. Setting up WPF App project

Add WPF App (.NET Framework) project. Add Caliburn.Micro package

5. Setting up database tables

Setup database tables: User, Sale, Product, and Inventory.

6. Adding Login screen

Add Login window to ShellView Setup ApiHelper

Notes

About

TimCom tutorial projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published