An open API service indexing awesome lists of open source software.

https://github.com/pimbrouwers/falcojournal

A bullet journal built with Falco
https://github.com/pimbrouwers/falcojournal

Last synced: 14 days ago
JSON representation

A bullet journal built with Falco

Awesome Lists containing this project

README

        

# FalcoJournal

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

## Getting Started

```powershell
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.

```powershell
PS C:\> dotnet restore
PS C:\> dotnet watch run
```

Profit.