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 test
If you like to use the postman collection, you have to run this server first with:
cargo run
Afterwards you can use the postman collection.