Skip to content

A possible solution for the Rust workshop on July 1st 2023

Notifications You must be signed in to change notification settings

rust-basel/axum-pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A possible solution for the Rust workshop on July 1st 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages