aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Collapse)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-174-91/+0
| | | | I did multiple checks and **yes**, everything still works perfectly fine.
* perf(api): use actix_web instead of rocket for apiFuwn2021-05-103-14/+27
| | | | | | | | Refactors API for Actix, also enables CORS. BREAKING CHANGE: `whirlsplash.port.api` configuration key created. closes #20
* style(global): fix clippy complaintsFuwn2021-05-041-2/+2
|
* feat(db): use diesel instead of sqlx, implement database testsFuwn2021-05-031-2/+0
|
* feat(api): flush out statistics endpointFuwn2021-05-022-3/+38
|
* feat(global): begin implementing apiFuwn2021-05-024-0/+45