/254scouting

Primary LanguageJavaScript

254 Scouting

A webapp used to help robotics teams scout potential alliance members at tournaments and other events. Uses a templating system to allow the team to create a template in advance, and then to use that template to scout all the teams at an event.

Setup

  1. Download/Install Mongo
  • git clone github.com/vidurm09/254scouting.git
  • cd 254scouting
  • In config.js set config.host.ip = "Your IP"
  • cd web/js
  • In config.js set serverURL: 'http://Your IP:80'
  • In config.js set websockets: 'ws://Your IP:82'
  • cd ../..
  • sudo node server.js