tressero / SecretSanta

Using Blazor in a project because why not? https://dotnet.microsoft.com/learn/aspnet/blazor-tutorial/add

Home Page:https://secretsanta.ochsners.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table Design

mochsner opened this issue · comments

User
ID (PK): Integer
First Name: TEXT
Last Name: TEXT
Email: TEXT
Password: TEXT
TargetUser: Integer

Present
ID (PK): Integer
Present.User (FK): Integer
Name: TEXT
URL: TEXT
Price: Integer

Note: no communications will be stored in a database

Documented in SecretSanta/Models