Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 616 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 616 Bytes

Social Networking Kata

Credits to Sandro Mancuso and Samir Talwar for the original idea.

Implement a console-based social networking application (similar to Twitter) satisfying the scenarios at XPeppers relative page.

Instructions

Clean and install the project

mvn clean install

Run

mvn exec:java -Dexec.mainClass=io.gvespucci.kata.social_networking.Runner