TheScottSpot / YouPub

0 stars 0 forks source link

Repository ish #3

Open TheScottSpot opened 6 years ago

TheScottSpot commented 6 years ago

Per Jay:

"Now make a repositories project (or folder) and create a implementations and interfaces folder

Follow this guide to create a repositories that inherits an interface. In that repository, create basic crud functions for the user class

http://l-knowtech.com/2017/09/12/repository-pattern-asp-net-core-mvc-entity-framework-core/"

TheScottSpot commented 6 years ago

This is the part I still need to do: "In that repository, create basic crud functions for the user class" (4/15/2018)

TheScottSpot commented 6 years ago

This is what Jay asked me to do at the end of our last session: "Go ahead and start working on the repositories and crud for users. if you console log what auth0 returns in the auth service file, you can see what fields we can save. Ill continue looks for a toaster service. Might steal some a KLA project"