Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 776 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 776 Bytes

Draft

Reference Documentation

For further reference, please consider the following sections:

Start application

Start application:

Start MongoDB

docker-compose -f krs-docker/docker-compose.yml up -d mongo mongo-express

Start Spring

gradle --info run -x test

Request -> response
curl -X POST http://localhost:8080/course | jq

{
  "courseId": "4ba18471-f4ca-4ac4-b502-f93280d9b5ef",
  "name": "Kotlin learn with Spring"
}

Install

Cleanup

Stop MongoDB

docker-compose -f krs-docker/docker-compose.yml down --remove-orphans