Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 14, 2024
1 parent 325fd72 commit 2a4dc87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a4dc87

Please sign in to comment.