sheelc / TableTennisTimeServer

Server for making table tennis matches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TableTennisTimeServer

This is the server component to TableTennisTime. Please refer there for more information.

Installation

  • brew install redis
  • redis-server
  • npm install

To Run Angular Tests

  • npm install -g karma-cli
  • karma start karma.config

Start server with:

  • node server.js

##Server configuration: ## A config.json file is required in the same directory as server.js. Please refer to config.json.sample for the structure of this configuration file.

About

Server for making table tennis matches

License:MIT License


Languages

Language:JavaScript 91.9%Language:CSS 8.1%