https://github.com/curt/kamino
A blog-centric activity server written in C# using the ASP.NET Core framework.
https://github.com/curt/kamino
activitypub aspnetcore blog csharp
Last synced: 4 months ago
JSON representation
A blog-centric activity server written in C# using the ASP.NET Core framework.
- Host: GitHub
- URL: https://github.com/curt/kamino
- Owner: curt
- License: agpl-3.0
- Created: 2024-08-30T09:52:15.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-20T21:21:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T09:13:49.805Z (over 1 year ago)
- Topics: activitypub, aspnetcore, blog, csharp
- Language: C#
- Homepage:
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kamino
A blog-centric activity server written in C# using the ASP.NET Core framework.
## Status
Currently, the project is a work in progress.
## Technical
### Database
The initial implementation is using PostgreSQL, but the project leverages Entity Framework Core with a generic repository context, so other implementations may be possible.