Skip to content

jlareck/SocialNetworkCloneOOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social network clone

About the project

This program is social network clone. It is system design task where I implemented base logic of social network like twitter. In this program user can:

  • post, comment and repost messages (posts)
  • like and dislike messages
  • subscribe on other users
  • print feed

All logic of this program build on using Mongo database. Feed of each user is composing with posts of user and posts of friends (users on who user is subscribed). In demo (SimpleTest) I execute actions of different users parallel and observe database on changes (used mongodb's change streams) that are made after subscribing on observable (in this case observable is database).

Installing and running

To run it you need to download mongodb from https://docs.mongodb.com/manual/administration/install-community/ than you need to setup replica set (on macos this article will be helpful https://medium.com/@katopz/minimal-mongodb-replica-set-osx-76dc9dc36018). If you have intellij - import the project and choose external model sbt and in Test file run SimpleTest. For easier using mongodb download gui app mongodb compass.

About

Social network clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages