A social network module built on graph database.
- Install and setup neo4j on your local system.
- Perform a clone of this repo
git clone git@github.com:arbazsiddiqui/friend-suggester.git
- Install the required packages for server
nvm use && npm install
. - Run the server using
npm start
. This will start the express server on port8080
. - To run tests use
npm t
.