FSharpMajor is a SubsonicAPI compatible music library built in F# and dotnet
It is currently a work in progress.
- Install .NET 8.0 SDK, postgresql, dbmate
- Clone repo
- Populate
.envfile (see.env.sample) - Navigate to
./src/FSharpMajor - Run
dbmate up - Run
dotnet run - API is accessible at
[host]:[port]/rest/[endpoint]