5 Commits

Author SHA1 Message Date
313b79a63b Fixed data fetching from postgres 2024-03-12 16:17:47 +02:00
eb6b104f04 Started DataAccess
- Add placeholder User entity
- Add DataAccess class with interface and add it as a service
  to the app.
- Change background color of app as a test
2024-03-12 16:00:19 +02:00
03a6a87354 Generated favicon of machine from nier using favicon.io 2024-03-12 14:32:57 +02:00
7df4ab72b8 Added Serilog
- Configuration is defined in appsettings.json
- Uses console and file sinks
2024-03-12 14:18:18 +02:00
ed94081826 Initial commit:
Created project skeleton:
    - Added Razor template and added serilog to it (still not configured)
    - Added qrcodejs library to the Razor project
    - Added DataAccess library with dapper and npgsql
    - Reference DataAccess in WretchedMachines
    - Added default dotnet gitignore
2024-03-11 10:25:45 +02:00