Skip to content

daleu/makeyourfriend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published