Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 864 Bytes

README.md

File metadata and controls

40 lines (36 loc) · 864 Bytes

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