SeaQL / sea-orm-rocket-starter

🚀 Starter kit for using Rocket with SeaORM
15 stars 1 forks source link

Rocker starter #4

Closed samsamai closed 3 years ago

samsamai commented 3 years ago

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.

tyt2y3 commented 3 years ago

Thank you for the endeavour!