Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 470 Bytes

Peters Perfect Permutation

Requirement:

  • java11
  • ng 19.6.1
  • npm 9.4.0

The backend is straigh forward a spring-boot component. The client is angluar. For more details to the client have a look at 00.angular.client/README.md

A complete build of frontend and backend can be done with

 mvn clean install -Pfull

After this, the two components (client frontend and server backend) can be deployed with

deploy.sh