You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API application manages a message board database, with multiple endpoints to return Board(s), Thread(s), Post(s), and User(s), as well as all nested relationships. Model Hierarchy is: Board -> Thread -> Post, with one-many relationships between Users - Threads, and Users - Posts.
This project uses C#, MySQL, Entity Framework, Microsoft Identity, and MVC to create a web interface that will allow the user to add treats and assign a number of flavors to them if they have an account and are logged in. The interface will achieve this by utilizing a MySQL database along with Identity authorization.