User can create logistics objects via POST request
As a user, I's like to be able to create a new logistics objects via REST API.
Please note: This initial technical user story also covers the setup of the basic application infrastructue (further details in acceptance criteria).
Acceptance criteria
- Basic application infrastructure set up. This covers:
- The framework for implementing services
- Containers
- Database to store logistics objects
- New REST endpoint implemented which accepts a new logistics object via POST request:
- Endpoint defined via Swagger/openAPI.
- Passed logistics object gets persisted in database.
- Embedded logistics objects are not handled at this point (defferred to subsequent User Story).
- Initial project code commited and pushed to repository.
- Application setup/start documented in README.md in project root.
Out-of-scope here (addressed in following user stories):
- Request validation
- Authentication/authorization
Edited by Volker Wassmuth