v1.0.0
Overview
This is one of the RealWorld application repositories. RealWorld is a project including minimal web application features like Medium.com
. Please read the following official README about it if you want to know more.
This snamiki1212/realworld-v1-rust-actix-web-diesel
met the spec of the RealWorld project and was already registered by the official Realworld project as one of the projects.
Architecture
This project is based on a simple MVC pattern with Service Layer having domain logic.
Issues
Code quality is not perfect so needs to improve. Especially, the boundary between Model and Service is ambiguous, and dependency relations are messy. So, it needs to re-architect it.