5806 Horace Mann Basement Lions
Team 5806's scouting app. Used to coordinate scouting information at competitions using Bluetooth.
First install node.js 4 (very important it is not node.js 5). For mac, if you have homebrew, run brew tap homebrew/versions; brew install nodenv
. Linux users look here (follow instructions for node.js 4). Otherwise, follow this link and select the correct download.
Then, install ionic and cordova using npm install --global ionic cordova
. You may have to use sudo
.
Next, navigate to the /app
directory, and run npm install
. This will install all the dependencies.
See the ionic framework's instructions on running an application.
Our app queries a backend located on a Digital Ocean droplet which uses Flask and MongoDB to return and submit scouting data.