Git Product home page Git Product logo

quantifiedcrowd's Introduction

QuantifiedCrowd - Mobile Application

The application has been tested running on Linux and Mac OSX. Although Meteor has recently begun to support Windows, this application has not been run or tested on windows. As such no guarantees can be given when running on Windows.

In order to install and run this application in your environment:

  • Install Meteor for your OS. If you are installing on Linux or Mac OSX then just open a terminal and run the following:

    curl https://install.meteor.com/ | sh

If you are installing on Windows then you can need to first download and install Meteor on Windows from the following link:

https://install.meteor.com/windows

Installing Meteor following the above methods will install the Meteor Framework and all its dependencies on your system

  • In this archive there are two folders, quantifiedCrowd and qcDashboard. Both are individual applications that function together. The applications are run in a development mode on Meteor. In order to do this on Linux or Mac OSX please do the following:

First navigate to the root of this archive via the terminal/command line, then run the following:

> cd <app-root> //<app-root> will be either quantifiedCrowd or qcDashboard
> meteor

It is recommended to first follow the above process and run quantifiedCrowd (mobile app) by replacing with quantifiedCrowd, then follow the same process to run qcDashboard by replacing with qcDashboard.

For Windows:

Open the Microsoft Windows Command Line Interface and navigate to the root of this archive, then run the following commands for each of quantifiedCrowd and qcDashboard, as above for Linux and Mac OSX:

> cd <app-root> //<app-root> will be either quantifiedCrowd or qcDashboard
> meteor

Again, the same order of execution is recommended as with Linux/OSX.

Once these commands are done you will be able to access the respective applications by navigating to http://localhost:3000 (for quantifiedCrowd) and http://localhost:3001 (for qcDashboard).

Be aware that in the production version of this platform an external MongoDB server is used, that is hosted by MongoLabs, however when running this application elsewhere the local MongoDB instance provided and run by Meteor is used.

Also some changes need to be made in the qcDashboard code before it can connect to the quantifiedCrowd backend required for the proper functioning of the application. In the qcDashboard folder go to the 'lib' folder and open the collections.js file. In this file change the first line from:

Remote = DDP.connect('http://app.quantifiedcrowd.uk');

to:

Remote = DDP.connect('http://localhost:3000');

NOTE: All the instructions above run the respective applications in Meteors development mode.

quantifiedcrowd's People

Contributors

aashiqerasool avatar

Watchers

James Cloos 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.