Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.2 KB

Build Status

Social Networking Kata

This is an implementation of the excercise proposed at:

https://github.com/sandromancuso/social_networking_kata/

Technologies:

  • Spring Boot 2;
  • JPA
  • H2 in-memory DB

Build:

Run the maven command mvn clean package.

Please compile with Java 8 version.

Run:

Run the command java -jar demo-1.0.0, ensure you are using a Java 8 JRE.

Please wait for the welcome message to be printed before starting using the application.

Usage:

Run the application, type a command and press enter.

Enter 'exit' in order to quit.

Please note that commands must be written in lower case and usernames cannot contain spaces.

Allowed commands:

  • <user name> -> <message>

  • <user name>

  • <user name> follows <another user>

  • <user name> wall

  • exit

Please refer to the following project README for further examples:

https://github.com/sandromancuso/social_networking_kata/

Logging:

The application will create a log file socialnetworkingkata.log.