From 06b8a8e61fb999ad979cb6d592bb367ee2a1563c Mon Sep 17 00:00:00 2001 From: RicardoRB Date: Wed, 24 Aug 2022 09:44:13 +0200 Subject: [PATCH] Updated README.md fixed spell error --- README.md | 2 +- docs/README.md | 34 +++++++++++++++--------------- packages/dartness_server/README.md | 29 ++++++++++++++++++++++++- 3 files changed, 46 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a20d947b..99bc8624 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ frameworks ## Goals -The following goals are the main objectives that Dartness needs to provided and why it was designed for: +The following goals are the main objectives that Dartness needs to provide and why it was designed for: * ๐Ÿ›  **Full stack integration** with flutter or other dart front end frameworks * ๐Ÿคนโ€โ™€๏ธ๐Ÿคนโ€โ™‚๏ธ **Easy and understandable** for people coming from other kind of technology diff --git a/docs/README.md b/docs/README.md index a7a1a73b..99bc8624 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,7 +14,7 @@ frameworks ## Goals -The following goals are the main objectives that Dartness needs to provided and why it was designed for: +The following goals are the main objectives that Dartness needs to provide and why it was designed for: * ๐Ÿ›  **Full stack integration** with flutter or other dart front end frameworks * ๐Ÿคนโ€โ™€๏ธ๐Ÿคนโ€โ™‚๏ธ **Easy and understandable** for people coming from other kind of technology @@ -90,26 +90,26 @@ Server listening on port 3000 ## TODO 1. HTTP - - Controllers - - Bind annotations - - Header - - Body - - Param - - Query - - Middleware - - Interceptor - - Websockets + - Controllers + - Bind annotations + - Header + - Body + - Param + - Query + - Middleware + - Interceptor + - Websockets 2. Exceptions - - Exception Handler + - Exception Handler 3. Security - - Roles - - CORS + - Roles + - CORS 4. Dependency Injection - - Injectable + - Injectable 5. Scheduling - - Annotation + - Annotation 6. Database - - ORM - - Repository + - ORM + - Repository 7. Testing 8. CLI \ No newline at end of file diff --git a/packages/dartness_server/README.md b/packages/dartness_server/README.md index eb6af89b..0d8f78a3 100644 --- a/packages/dartness_server/README.md +++ b/packages/dartness_server/README.md @@ -14,7 +14,7 @@ frameworks ## Goals -The following goals are the main objectives that Dartness needs to provided and why it was designed for: +The following goals are the main objectives that Dartness needs to provide and why it was designed for: * ๐Ÿ›  **Full stack integration** with flutter or other dart front end frameworks * ๐Ÿคนโ€โ™€๏ธ๐Ÿคนโ€โ™‚๏ธ **Easy and understandable** for people coming from other kind of technology @@ -86,3 +86,30 @@ like this: $ dart run example/main.dart Server listening on port 3000 ``` + +## TODO + +1. HTTP + - Controllers + - Bind annotations + - Header + - Body + - Param + - Query + - Middleware + - Interceptor + - Websockets +2. Exceptions + - Exception Handler +3. Security + - Roles + - CORS +4. Dependency Injection + - Injectable +5. Scheduling + - Annotation +6. Database + - ORM + - Repository +7. Testing +8. CLI \ No newline at end of file