FSharp Server - lightweight web server
You can omit -g if you don't want it globally
dotnet tool install fake-cli -g
fake run
Tests require a postgres connection string in tests/fss.Tests/connection_postgres.txt
User ID=username;Password=password;Host=localhost;Port=5432;Database=testfss
Tests require a sqlite connection string in tests/fss.Tests/connection_sqlite.txt
Data source=test.db