Starter workspace for a Rust project using actix-web and following domain-driven design principles.
Just run the following command in the root of the project:
cargo run --package project-rest-api
- Separated 'core' and 'domain' library.
- Implemented REST API
- Authentication, Session, Authorization
- Automatic OpenAPI schema generation