diff --git a/docs/resources/learning/sampleprojects.md b/docs/resources/learning/sampleprojects.md index c0a49be7e514..c817c0819471 100644 --- a/docs/resources/learning/sampleprojects.md +++ b/docs/resources/learning/sampleprojects.md @@ -26,3 +26,4 @@ title: "Sample Projects" - [ZIO Tapir Http4s Integration](https://github.com/Neurodyne/zio-tapir) by [Boris V.Kuznetsov](https://github.com/tampler) - [Akka Microservice using DDD with ZIO Streams Tapir AkkaHTTP Integration](https://github.com/mvillafuertem/scalcite) by [Miguel Villafuerte](https://github.com/mvillafuertem) - [Simple ZIO ScalaJS Skeleton](https://github.com/sb-dev/zio-scalajs) by [Samir Benzenine](https://github.com/sb-dev) +- [Full ZIO Stack: A sample IM that uses zio, zio-redis, zio-actors, zio-schema, zio-streams, zio-crypto, tapir, akka-http](https://github.com/bitlap/zim) by [bitlap](https://github.com/bitlap/zim) (Notes in Chinese)