Update readme
This commit is contained in:
parent
da125c6d99
commit
62e4f27283
@ -5,7 +5,7 @@ Testing out the Rust framework Actix-Web to create a JSON API CRUD Web App.
|
|||||||
### Get Users
|
### Get Users
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -X GET http://localhost:7800/api/users/get/1
|
curl -X GET http://localhost:7800/api/users
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -16,7 +16,7 @@ curl -X GET http://localhost:7800/api/users/get/1
|
|||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -X GET http://localhost:7800/api/users/get
|
curl -X GET http://localhost:7800/api/users
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -82,3 +82,7 @@ ValidationErrors({"name": Field([ValidationError { code: "length", message: None
|
|||||||
## Memory Usage
|
## Memory Usage
|
||||||
|
|
||||||
Memory usage as compared to interpreted languages was my primary motivation for looking into rust as a backend language. As of writing, the demo app uses less than 50MB of memory.
|
Memory usage as compared to interpreted languages was my primary motivation for looking into rust as a backend language. As of writing, the demo app uses less than 50MB of memory.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
AGPLv3
|
||||||
|
Loading…
Reference in New Issue
Block a user