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

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.

Awesome Lists containing this project

README

          




Logo Horus by nikki.rska




Build & Test


**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)