https://github.com/sergej-stk/horus
Horus is a lightweight tool designed for managing tickets and employee data. Inspired by Horus, the Egyptian god of the sky and protector.
https://github.com/sergej-stk/horus
api csharp dotnet mudblazor razor-pages rest-api serverside-rendering ssr
Last synced: 2 months ago
JSON representation
Horus is a lightweight tool designed for managing tickets and employee data. Inspired by Horus, the Egyptian god of the sky and protector.
- Host: GitHub
- URL: https://github.com/sergej-stk/horus
- Owner: sergej-stk
- License: apache-2.0
- Created: 2025-01-06T12:15:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T21:53:58.000Z (over 1 year ago)
- Last Synced: 2025-02-24T23:45:09.190Z (over 1 year ago)
- Topics: api, csharp, dotnet, mudblazor, razor-pages, rest-api, serverside-rendering, ssr
- Language: HTML
- Homepage: https://sergej-stk.github.io/horus/
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Horus** is a lightweight tool designed for managing tickets and employee data. Inspired by Horus, the Egyptian god of the sky and protector.
### Ressources
EF-Core DB initalization
```
dotnet ef dbcontext scaffold "Host=localhost;Database=horus;Username=postgres;Password=postgres" Npgsql.EntityFrameworkCore.PostgreSQL --output-dir Models --context-dir Data --context AppDBContext
````
### Author
- [sergej-stk](https://github.com/sergej-stk)