rustfulapi icon indicating copy to clipboard operation
rustfulapi copied to clipboard

🚀 Reusable template for building REST Web Services in Rust. Uses Axum HTTP web framework and SeaORM

Results 5 rustfulapi issues
Sort by recently updated
recently updated
newest added

It shall be helpful to list all the integrated services, URL , description etc

Hopefully you can add RBAC permission support

When running through docker, the application container is exited with an error of `Error: DatabaseError(Conn(SqlxError(PoolTimedOut)))`.

Implementes graceful shutdown - closes #20

## Description Currently, when shutting down the main server loop, the vectored launcher/custom join_all which is called in main->`crate::util::tasks::join_all()` does not properly/fully exit upon SIGINT/SIGTERM. This results in a partial...