This is a Java based terminal application that simulates a social network on your terminal.
Before setting up the java application you must create a PostgreSql database called twitaroo using the Twitaroo.sql. Finally use Maven to prepare the application.
mvn clean install compile package
mvn exec:exec