jhenager / MessageBoardAPI.Solution

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jhenager/MessageBoardAPI.Solution Stargazers