Execute in Powershell
build.ps1
Run
docker-compose up
If you have any problem try
docker-compose up --force-recreate
In Postman you can create these use cases
GET http://localhost:5000/api/Greetings
POST http://localhost:5000/api/Greetings
Content-Type: application/json
{ "Message" : "Hello World" }
GET http://localhost:5000/api/Greetings/{xxxx-xxxx-xxxx-xxx}
POST http://localhost:5000/api/Greetings
Content-Type: application/json
{ "Message" : "Hello NetCoreConf" }
GET http://localhost:5000/api/Greetings
DELETE http://localhost:5000/api/Greetings/{xxxx-xxxx-xxxx-xxx}