A javascript bootstrapped social network built with NEAR (Nodejs, Expressjs, Angular2, RethinkDb) realtime updates using socket.io
A javascript bootstrapped social network built with NEAR (Nodejs, Expressjs, Angular2, RethinkDb) realtime updates using socket.io
Generate social feed to the logged-in user by tracking user activity from the profiles he is following (individuals and groups), and subsequently aggregrating similar activities
Install application dependencies. From the application root folder, run the data initilization scripts in the following order
npm install
Load the sample data into RethinkDB Database (BuddyNetwork is the sample DB used, as configured at /configurations/config.js)
node initializers/initUsers.js
node initializers/initTargets.js
node initializers/initProfileNetwork.js
node initializers/initNotificationType.js
node initializers/initNotificationFeed.js
Run Express Server
node app.js
You are welcome to do a pull request. It would greatly help this module if it could find more contributors to build it and test it.
open sourced with MIT license
NOTE : THIS IS SAMPLE APPLICATION FOR DEMO PURPOSES. SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT ANY WARRANTY.