Update readme

This commit is contained in:
Rohan Sircar 2021-05-06 10:35:07 +05:30
parent da125c6d99
commit 62e4f27283

View File

@ -5,7 +5,7 @@ Testing out the Rust framework Actix-Web to create a JSON API CRUD Web App.
### 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 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