# MusicAPI ## .NET commands initialize project: * `dotnet new webapi -lang F# -o MusicAPI` run project locally: * `dotnet run` ## Deployment