doc: add readme
This commit is contained in:
parent
493517487a
commit
d17cfbf913
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
/target
|
/target
|
||||||
|
framework/target
|
||||||
.env
|
.env
|
||||||
token.json
|
token.json
|
||||||
token.txt
|
token.txt
|
||||||
|
|
|
||||||
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
Web API experiment with actix and surrealDB.
|
||||||
|
|
||||||
|
Generate doc: `cargo doc --workspace --no-deps --open`
|
||||||
|
|
||||||
|
- Oauth2/OpenID JWT token for authentication provided by keycloak, with internal permissions in application
|
||||||
|
- Easy-to-use cache wrapper, only implements Moka but can be easily extended. [More](framework/src/cache)
|
||||||
|
- Derive filter structs for surrealDB queries. [More](framework/macros/)
|
||||||
|
- CRUD API with filtering, and dynamic ID (user can be referenced by either id, oidc_id, or username)
|
||||||
Loading…
Reference in a new issue