Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 749 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 749 Bytes

Pokédex

This is a possible solution to the challenge from our workshop meetup#8.

Tests

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.

Integration Tests

To execute the tests, run:

cargo test

With Postman

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.