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
- Host: GitHub
- URL: https://github.com/pimbrouwers/falcojournal
- Owner: pimbrouwers
- Created: 2020-12-01T10:18:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T16:34:34.000Z (about 4 years ago)
- Last Synced: 2025-02-23T17:37:24.980Z (2 months ago)
- Language: F#
- Size: 96.7 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.