- docker-compose up -d
- Run command "cd PlayerProject"
- Run command "./gradlew clean build"
- Run command "./gradlew bootRun"
-
# end point http://localhost:8191/api/v1/player/
-
Curl message "curl -X POST
http://localhost:8191/api/v1/player/
-H 'cache-control: no-cache'
-H 'content-type: application/json'
-H 'postman-token: d4786f3f-6f71-1573-cc81-11fb792eebf2'
-d '[ { "name": "Sub Zero", "type": "expert" }, { "name": "Scorpion", "type": "novice" }, { "name": "Reptile", "type": "meh" } ]'"