Skip to content

WTobor/BoardGamesNook

Repository files navigation

BoardGamesNook

Application for the Get Noticed! (Daj się poznać) 2017 contest.

Web application for board gamers, who want to:

  • get a list of board games (BoardGameGeek integration),
  • create their board games storage,
  • create board games tables to play,
  • invite other players to join board games tables,
  • save game results.

Application is written in MVC with Angular

Requirements

Instructions

Clone repository - download .zip file or use command line (with git):

git clone https://github.com/WTobor/BoardGamesNook.git

Go to BoardGamesNook subfolder and run command to install all required packages:

npm install

Run application using Visual Studio