$ git clone git@github.com:albertoramirezscmspain/kata-roar-java.git
$ cd kata-roar-java
$ ./gradlew clean build
- An user can get registered in the system with a username, e.g.
"@aramirez-es"
.
- If a user already exists with that username, it produces an error.
- An user can follows other users using its username.
- Anyone should be able to query who other user follows using its nickname.
- Both users registration and user list followed must be persistent.
- Make http delivery mechanism that allow to access all previous functionality.