This sets the structure and the ground work for creating a RESTful API using SeaORM and Rocket with integration tests only for bakeries so far but the work has been done in terms of finding a suitable way of testing an async system.
The bakeries resources should serve as a good example for extrapolating to the other resources.
This sets the structure and the ground work for creating a RESTful API using SeaORM and Rocket with integration tests only for
bakeries
so far but the work has been done in terms of finding a suitable way of testing an async system.The
bakeries
resources should serve as a good example for extrapolating to the other resources.