/social_networking_kata

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

Social Networking Kata

Social Networking Kata is an implementation of the kata created by Sandro Mancuso e Samir Talwar. Original idea.

Implemented according to the specifications available at this link

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • JDK 8
  • Apache Maven 3

Build

mvn clean package

Run

java -jar ./target/social_networking_kata-1.0-SNAPSHOT-jar-with-dependencies.jar

Usage

See the scenario at this link

Use "QUIT" command to gracefully terminate the application!

Built With

License

This project is licensed under the GPL-v3 License - see the LICENSE.md file for details