A subsonic server implementation.
Find a file
2023-10-09 21:49:57 +03:00
.vscode refactor: migrate to postgres 2023-10-09 16:38:30 +03:00
app refactor: sqlx -> sea-orm; let's get a bit fancier. 2023-10-09 21:49:57 +03:00
entities refactor: sqlx -> sea-orm; let's get a bit fancier. 2023-10-09 21:49:57 +03:00
migration refactor: sqlx -> sea-orm; let's get a bit fancier. 2023-10-09 21:49:57 +03:00
.gitignore feat: we can now log in. 2023-10-08 22:53:42 +03:00
.woodpecker.yml feat: initial commit 2023-10-08 20:33:30 +03:00
Cargo.lock refactor: sqlx -> sea-orm; let's get a bit fancier. 2023-10-09 21:49:57 +03:00
Cargo.toml refactor: sqlx -> sea-orm; let's get a bit fancier. 2023-10-09 21:49:57 +03:00
docker-compose.yml refactor: migrate to postgres 2023-10-09 16:38:30 +03:00
Dockerfile feat: we can now log in. 2023-10-08 22:53:42 +03:00
Justfile feat: initial commit 2023-10-08 20:33:30 +03:00
README.md feat: initial commit 2023-10-08 20:33:30 +03:00

rave

A basic bitch subsonic-compatible server thing written in Rust.