A bullet journal built with Falco, .NET 5.x and ASP.NET Core
Code for blog post: https://www.pimbrouwers.com/2020/12/08/fsharp-on-the-web-a-guide-to-building-websites-with-falco-dotnet-x-and-aspdotnet-core.html
PS C:\> Get-Content -Raw -Path schema.sql | sqlite3 FalcoJournal.sqlite
Creating an appsettings.Local.json
file and specify the complete filepath to the database within your valid connection string.
PS C:\> dotnet restore
PS C:\> dotnet watch run
Profit.