An open API service indexing awesome lists of open source software.

https://github.com/johnmurray/recog-api


https://github.com/johnmurray/recog-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# recog-api

Run with logging enabled

```
RUST_LOG=info cargo run
```

## todos

- [ ] authentication w/ bcrypt
- [ ] create session (on auth) and store in Redis
- [ ] session validation middleware