Skip to content

Commit 67e73dc

Browse files
author
David Silva
committed
Update Readme
1 parent 723c150 commit 67e73dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ MongoDB ODM: https://crates.io/crates/wither
66

77
Actix Web: https://actix.rs/
88

9-
## Todo
10-
11-
1. Refactoring in progress with crate winther
9+
The CRUD operator is full work for articles, the routes have resource pattern with Restfull methods GET POST PUT DELETE.
1210

1311
### Store one article
1412

@@ -17,7 +15,6 @@ Actix Web: https://actix.rs/
1715
'{"author":"David","title":"Rust Blog Article","created_at":"2021-04-15","content":"blank"}' \
1816
http://localhost:8080/articles
1917
```
20-
2118
## Setup Dev
2219

2320
## MongoDB - Docker Container

0 commit comments

Comments
 (0)