Skip to content

v1.0.0

Compare
Choose a tag to compare
@snamiki1212 snamiki1212 released this 13 Jun 05:46
· 92 commits to main since this release
ca18a94

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.

ref

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.