repositorypackage
0.0.0-20240325061733-6cf6bc02208f
Repository: https://github.com/divpro/app.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Simple Application Design
make && build/app
curl --location --request POST 'localhost:8080/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"hotel_id": "reddison",
"room_id": "lux",
"email": "[email protected]",
"from": "2024-01-02T00:00:00Z",
"to": "2024-01-04T00:00:00Z"
}'