Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.12 KB

ScoutingApp

5806 Horace Mann Basement Lions
alt text

Team 5806's scouting app. Used to coordinate scouting information at competitions using Bluetooth.

Installation

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.

Development

See the ionic framework's instructions on running an application.

Backend

Our app queries a backend located on a Digital Ocean droplet which uses Flask and MongoDB to return and submit scouting data.