You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,16 @@ If you are familiar with these frameworks, you will find it easy to understand a
26
26
- Pydantic
27
27
28
28
## Features Summary
29
-
-`Pydantic integration`
30
-
-`Dependency Injection (DI)`
31
-
-`Templating with Jinja2`
32
-
-`OpenAPI Documentation (Swagger and ReDoc)`
33
-
-`Controller (MVC)`
34
-
-`Guards (authentications, roles and permissions)`
35
-
-`Modularization (eg: flask blueprint)`
36
-
-`Websocket support`
37
-
-`Session and Cookie support`
38
-
-`CORS, GZip, Static Files, Streaming responses`
29
+
30
+
-**Easy to Use**: Ellar has a simple and intuitive API that makes it easy to get started with building a fast and scalable web applications or web APIs in Python.
31
+
-**Dependency Injection (DI)**: It comes with DI system makes it easy to manage dependencies and reduce coupling between components.
32
+
-**Pydantic Integration**: It is properly integrated with Pydantic, a popular Python library for data validation, to ensure that input data is valid.
33
+
-**Templating with Jinja2**: Ellar provides built-in support for Jinja2 templates, making it easy to create dynamic web pages.
34
+
-**OpenAPI Documentation**: It comes with built-in support for OpenAPI documentation, making it easy to generate `Swagger` or `ReDoc` documentation for your API. And more can be added with ease if necessary.
35
+
-**Controller (MVC) Architecture**: Ellar's controller architecture follows the Model-View-Controller (MVC) pattern, making it easy to organize your code.
36
+
-**Guards for Authentication and Authorization**: It provides built-in support for guards, allowing you to easily implement authentication and authorization in your application.
37
+
-**Modularity**: Ellar follows a modular architecture inspired by NestJS, making it easy to organize your code into reusable modules.
38
+
-**Asynchronous programming**: It allows you to takes advantage of Python's `async/await` feature to write efficient and fast code that can handle large numbers of concurrent requests
Copy file name to clipboardExpand all lines: docs/index.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -42,19 +42,19 @@ Open your browser and navigate to [`http://localhost:8000/`](http://localhost:80
42
42

43
43
44
44
## Features Summary
45
-
-`Pydantic integration`
46
-
-`Dependency Injection (DI)`
47
-
-`Templating with Jinja2`
48
-
-`OpenAPI Documentation (Swagger and ReDoc)`
49
-
-`Controller (MVC)`
50
-
-`Guards (authentications, roles and permissions)`
51
-
-`Modularization (eg: flask blueprint)`
52
-
-`Websocket support`
53
-
-`Session and Cookie support`
54
-
-`CORS, GZip, Static Files, Streaming responses`
45
+
46
+
-**Easy to Use**: Ellar has a simple and intuitive API that makes it easy to get started with building a fast and scalable web applications or web APIs in Python.
47
+
-**Dependency Injection (DI)**: It comes with DI system makes it easy to manage dependencies and reduce coupling between components.
48
+
-**Pydantic Integration**: It is properly integrated with Pydantic, a popular Python library for data validation, to ensure that input data is valid.
49
+
-**Templating with Jinja2**: Ellar provides built-in support for Jinja2 templates, making it easy to create dynamic web pages.
50
+
-**OpenAPI Documentation**: It comes with built-in support for OpenAPI documentation, making it easy to generate `Swagger` or `ReDoc` documentation for your API. And more can be added with ease if necessary.
51
+
-**Controller (MVC) Architecture**: Ellar's controller architecture follows the Model-View-Controller (MVC) pattern, making it easy to organize your code.
52
+
-**Guards for Authentication and Authorization**: It provides built-in support for guards, allowing you to easily implement authentication and authorization in your application.
53
+
-**Modularity**: Ellar follows a modular architecture inspired by NestJS, making it easy to organize your code into reusable modules.
54
+
-**Asynchronous programming**: It allows you to takes advantage of Python's `async/await` feature to write efficient and fast code that can handle large numbers of concurrent requests
0 commit comments