Social Network implemented with Node.js, Neo4j and Heroku.
- Download, setup and start a Neo4j instance
- Extract the contents of the archive, using:
$tar -xf "filecode"
For example:
$tar -xf neo4j-enterprise-2.3.1-unix.tar.gz
- 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
- Install Nodejs:
$ sudo apt-get update
$ sudo apt-get install npm
$ sudo apt-get install nodejs-legacy
- Navigate to the repository folder and execute:
$ npm install
- Finally, on the same folder, execute:
$ node --use_strict app.js
- Navigate to this URL to see the webpage: http://localhost:3000