manee92 / Tracker

Tracker project first for trains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracker

Tracker is to help developers to jumpstart developping anykind of mobility tracking applications.

Tracker lets any type or number of GPS devices to post their locations to a nodejs server through a ReST service.

This consists of several main modules

  1. HTML5+AngularJS Front-end
  2. NodeJS+MongoDB API for collecting and quering tracker data
  3. Php+MySQL back-end to manage the trackers & etc.
  4. Android app to push data to the API
  5. Documentation

##Installation Guide

  1. Clone the repo using
git clone https://github.com/scorelab/Tracker.git
  1. Install node and mongodb.

  2. cd to the mobility-track-nodejs folder. Do an npm install. It will install all the pakages.

cd mobility-track-nodejs
npm install
  1. Run mongodb. Default path is set to /data/db ( On Windows this would be C:\data\db). You can change it when you are running.
  2. Now run the node server, it will listen to port 3000.
node server.js

About

Tracker project first for trains

License:Apache License 2.0


Languages

Language:HTML 46.2%Language:JavaScript 41.2%Language:CSS 12.4%Language:PHP 0.1%Language:Java 0.1%