Skip to content

Commit

Permalink
Updated README.md fixed spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRB committed Aug 24, 2022
1 parent 975048a commit 06b8a8e
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
34 changes: 17 additions & 17 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,26 +90,26 @@ Server listening on port 3000
## TODO

1. HTTP
- Controllers
- <del>Bind annotations</del>
- <del>Header</del>
- <del>Body</del>
- <del>Param</del>
- <del>Query</del>
- <del>Middleware</del>
- <del>Interceptor</del>
- Websockets
- Controllers
- <del>Bind annotations</del>
- <del>Header</del>
- <del>Body</del>
- <del>Param</del>
- <del>Query</del>
- <del>Middleware</del>
- <del>Interceptor</del>
- Websockets
2. Exceptions
- <del>Exception Handler</del>
- <del>Exception Handler</del>
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
29 changes: 28 additions & 1 deletion packages/dartness_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -86,3 +86,30 @@ like this:
$ dart run example/main.dart
Server listening on port 3000
```

## TODO

1. HTTP
- Controllers
- <del>Bind annotations</del>
- <del>Header</del>
- <del>Body</del>
- <del>Param</del>
- <del>Query</del>
- <del>Middleware</del>
- <del>Interceptor</del>
- Websockets
2. Exceptions
- <del>Exception Handler</del>
3. Security
- Roles
- CORS
4. Dependency Injection
- Injectable
5. Scheduling
- Annotation
6. Database
- ORM
- Repository
7. Testing
8. CLI

0 comments on commit 06b8a8e

Please sign in to comment.