ConPanna

Rank: 3827 / 4486

3 selected videos

Creating A Social Network Likes Activity Feed From Scratch

We are creating a social network from scratch using NodeJS and Neo4j. In this video we will add likes to the activity feed.

We will see how to add an activity, for each time a user has liked a website in the social network.

All the code for this project is available here:

https://github.com/ConPanna/Neo4j-NodeJS-Social-Network-Videos

Make sure you have Neo4j running and that you defined the environment variables.

For more information visit...

View more

Related topics : creating a social networking website from scratch

Building A Social Network Website With Neo4j And NodeJS From Scratch

We are create a social network web application, using Neo4j and NodeJS.

We will see who to use Cypher, Neo4j, Express JS, to select users, create friendships, and create new nodes. Each node and relationship has properties, and each node can have many relationships.

We will connect between the users with a relationship named follows. We will see how to select all the users that the current user is following, and we will create a new action and routes, to select all the friends that follows...

View more

Related topics : creating a social network website from scratch

Neo4j Social Network Login Users

How to login to the application. We are creating a social network with NodeJS and Neo4j.

All the code is available on Github.

https://github.com/ConPanna/Neo4j-NodeJS-Social-Network-Videos

For more information visit...

View more