Skip to content
Snippets Groups Projects
Commit b8f67f9b authored by albrecht's avatar albrecht
Browse files

readme test

parent 9344af37
No related branches found
No related tags found
No related merge requests found
# gomazon ## gomazon
## Getting Started
Start without Docker:
# cd src/myaktion && go run main.go
## Build, Start and Stop service using Docker Compose
# docker compose build
# docker compose up
# docker compose down
ADD Product ADD Product
# curl -H "Content-Type: application/json" -d '{"description":"test","totalrating":4.0,"price":2.38}' localhost:8080/product/new
```
curl -H "Content-Type: application/json" -d '{"description":"test","totalrating":4.0,"price":2.38}' localhost:8080/product/new
```
Read Product Read Product
curl localhost:8080/products curl localhost:8080/products
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment