GraphWhy is a free solution to the need for a good unrestrained survey provider.
Following this section will get you up and running so you can see what we are working with on our back end. Hopefully you will decide to help the cause aswell! (Instructions assume Ubuntu 14.04 but should work with other linux distros)
Git -> https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Or: sudo apt-get install git-all
Node -> https://nodejs.org/en/download/package-manager/
Or: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Mongo -> https://docs.mongodb.com/manual/installation/
Or: sudo apt-get install mongodb
sudo git clone https://github.com/GraphWhy/GraphwhyBackend.git
cd GraphwhyBackend
sudo npm install
Go to GraphwhyBackend then setup mongo:
sudo mkdir data
sudo mongod --dbpath data &
In the GraphwhyBackend directory start up the app:
sudo npm start
Next navigate your browser to localhost:3010
.
Finally here is our back end.