Giter VIP home page Giter VIP logo

scoutbase's Introduction

ScoutBase

ScoutBase is a webb application written in python for keeping track of scouting infromation at FIRST Tech Challenge competitions. The main goals of the project were developing a way keep track of a unified set of quanitifiable data sets when scouting other teams at competition. The project is currently still in development and does not have extensive documentation. For any feedback or questions shoot me an email at [email protected].

Dependancies

ScoutBase requires Python 2.7, to ensure this is available on your machine execute the command '$ python -v'. Also, the (web.py)[http://webpy.org] is required. It is simple to install with the easy install feature:

$ sudo easy_install web.py

A Postgre SQL database is also necessary, see the web.py documentation for more information on how to set one up.

Running

After fulfilling the dependancies all that is left is getting the latest code and running the main.py script. By default the app runs on port 8080, but it is easy to change this by passing in a runtime argument to the program as shown below.

// get the latest code
$ git clone http://git.com/figitaki/scoutbase.git
$ cd scoutbase

// run the webapp
$ python main.py
http://0.0.0.0:8080/

// or run on a diffrent port
$ python main.py 1234
http://0.0.0.0:1234/

If you have any problems or would like to suggest improvements just submit a ticket to the repo or shoot me an email. Thanks!

scoutbase's People

Contributors

figitaki avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.