This is a possible solution to the challenge from our workshop meetup#8.
Integration tests were written, to check if the endpoints do, what they are promised to do. You could also use the postman collection from the starter template.
To execute the tests, run:
cargo testIf you like to use the postman collection, you have to run this server first with:
cargo runAfterwards you can use the postman collection.