This service does not use Gorilla as framework. Here will be Gin-Gonic used. Gin is the most popular framework used by Golang-Developers. It is an extremely fast web framework and it suits the requirements of developers when they create microservices and web applications. (https://github.com/gin-gonic/gin)
## All API Functions
## All API Functions
In this section all API-Functions will be presented with an example call!
In this section all API-Functions will be presented with an example call!
...
@@ -157,7 +160,7 @@ curl --location --request PUT 'localhost:8080/bankaccounts' \
...
@@ -157,7 +160,7 @@ curl --location --request PUT 'localhost:8080/bankaccounts' \
If one user has already an ShoppingCart, the existing ShoppingCart is the result value.
If one user has already an ShoppingCart, the existing ShoppingCart is the result value.
The user will also be detected with the Token-String.
The user will also be detected with the Token-String.
```
```
curl --location --request POST 'localhost:8080/ShoppingCart' \
curl --location --request POST 'localhost:8080/shoppingcart' \