Skip to content

danparisi/social_networking_kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages