Skip to content

CodiumTeam/user-registration-refactoring-kata-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Goal

Identify the different responsibilities and couplings.

  1. Identify the problems
  2. Isolate the different responsibilities
  3. Decouple from Framework, infrastructure and libraries.

To Run the application

Using IntelliJ

right click on src/main/java/user_registration/Application
run 'Application.main()'

Using Maven

mvn spring-boot:run

To run a request

curl -X POST \
  'http://localhost:8080/users?email=luis@codium.team&name=Luis%20Rovirosa&password=validPassword1234_'

Authors

Luis Rovirosa @luisrovirosa

Jordi Anguela @jordianguela