/makeyourfriend

Primary LanguageHTMLMIT LicenseMIT

makeyourfriend

Social Network implemented with Node.js, Neo4j and Heroku.

Run locally on Linux

  1. Download, setup and start a Neo4j instance
  2. Extract the contents of the archive, using:
$tar -xf "filecode"

For example:

$tar -xf neo4j-enterprise-2.3.1-unix.tar.gz
  1. Go to the folder you extracted and run:
$ /bin/neo4j start

to start a neo4j server.

4.Clone this repository:

$ git clone https://github.com/daleu/makeyourfriend.git
  1. Install Nodejs:
$ sudo apt-get update
$ sudo apt-get install npm
$ sudo apt-get install nodejs-legacy
  1. Navigate to the repository folder and execute:
$ npm install
  1. Finally, on the same folder, execute:
$ node --use_strict app.js
  1. Navigate to this URL to see the webpage: http://localhost:3000