https://github.com/kristofferstrube/ourcocktails
A Blazor WebApp for presenting cocktail recipes.
https://github.com/kristofferstrube/ourcocktails
Last synced: about 1 year ago
JSON representation
A Blazor WebApp for presenting cocktail recipes.
- Host: GitHub
- URL: https://github.com/kristofferstrube/ourcocktails
- Owner: KristofferStrube
- License: mit
- Created: 2024-09-09T21:00:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T22:11:59.000Z (over 1 year ago)
- Last Synced: 2025-03-11T01:45:21.711Z (over 1 year ago)
- Language: C#
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Our Cocktails
This is a site for presenting cocktail recipes. It will additionally integrate with some systems that make it possible to explore these via search and by recommending popular and similar cocktails.
*This is still under development.*
## Demo
A demo is hosted on Azure for now: https://ourcocktails.azurewebsites.net/
## Tech
This is also a place where I would like to explore what user interactions Blazor WebApps can enable.
- Framework: .NET Blazor WebApp (primarily using interactive WebAssembly and stream rendering.)
- DB: SQLite
- ORM: EF Core
- Hosting: Azure