leederacola / BGB_MVC

Board Game Collection App. My go at a MVC web app using EF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BGB_MVC

My First REAL go at a .Net MVC web application using EntityFrameWork.
Notes for you and myself.

Board Game Collection App

Basic Idea:
Users create login
search game db for titles to add to personal library games db now created with initiliazer need to use boardgamegeek.com api https://boardgamegeek.com/wiki/page/BGG_XML_API2 (????? HOW ??????) users query game library to find game to play saved to database

Current Data Model
-Game: board game titles & properties
-User: User Name & ICollection
-Collection: User ID and Game ID

More Things to add: Connected users, view, search friends game library, collective library queries Track Plays - record game win/los, points, notes because people do this sometimes.

About

Board Game Collection App. My go at a MVC web app using EF


Languages

Language:C# 70.3%Language:JavaScript 16.5%Language:HTML 7.7%Language:CSS 5.3%Language:ASP 0.1%