diff --git a/README.md b/README.md index f0dcf234..93a5b6a6 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,15 @@ Rwf is a comprehensive framework for building web applications in Rust. Written ## Features overview ✔ [HTTP server](https://github.com/levkk/rwf/tree/main/examples/quick-start) + ✔ User-friendly [ORM](https://github.com/levkk/rwf/tree/main/examples/orm) to build PostgreSQL queries easily + ✔ [Dynamic templates](https://github.com/levkk/rwf/tree/main/examples/dynamic-templates) + ✔ [Authentication](https://github.com/levkk/rwf/tree/main/examples/auth) & built-in user sessions + ✔ [Middleware](https://github.com/levkk/rwf/tree/main/examples/middleware) + ✔ [Background jobs](https://github.com/levkk/rwf/tree/main/examples/background-jobs) and [scheduled jobs](https://github.com/levkk/rwf/tree/main/examples/scheduled-jobs) ✔ Database migrations ✔ Built-in [REST framework](https://github.com/levkk/rwf/tree/main/examples/rest) with JSON serialization