Skip to content

GraphWhy/GraphwhyBackend

Repository files navigation

GraphWhy

GraphWhy is a free solution to the need for a good unrestrained survey provider.

Getting Started

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)

Prerequisites

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

Install

sudo git clone https://github.com/GraphWhy/GraphwhyBackend.git
cd GraphwhyBackend
sudo npm install

Use

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.

About

This is the back end for GraphWhy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •