Tracker is to help developers to jumpstart developping anykind of mobility tracking applications.
This consists of several main modules
- HTML5+AngularJS Front-end
- NodeJS+MongoDB API for collecting and quering tracker data
- Php+MySQL back-end to manage the trackers & etc.
- Android app to push data to the API
- Documentation
##Installation Guide
-
Clone the repo using
git clone https://github.com/scorelab/Tracker.git -
Install node and mongodb.
-
cd to the mobility-track-nodejs folder. Do an npm install. It will install all the pakages.
cd mobility-track-nodejsnpm install -
Run mongodb. Default path is set to root/data/db. You can change it when you are running.
-
Now run the node server, it will listen to port 3000. ```node server.js``