https://github.com/mikesqu/lt-draft-stats
.NET 8, EF Core, static website generating web app for displaying live military draft data
https://github.com/mikesqu/lt-draft-stats
dotnet dotnet8 ef-core sqlite static-site-generator
Last synced: about 1 year ago
JSON representation
.NET 8, EF Core, static website generating web app for displaying live military draft data
- Host: GitHub
- URL: https://github.com/mikesqu/lt-draft-stats
- Owner: mikesqu
- Created: 2025-01-17T21:53:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T18:22:05.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:27:28.205Z (over 1 year ago)
- Topics: dotnet, dotnet8, ef-core, sqlite, static-site-generator
- Language: C#
- Homepage:
- Size: 32.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Combines data from lithuanian military recruiting website (https://www.karys.lt/) and periodically generates a static webpage displaying statistics of the draft.
##### statistics calulated & displayed:
* sums of each status
* current availability of draftees in each region
* distribution of draftee statuses in regional lists
Saves data to .db file SQLite database with EF Core.

