e79d2dff56
Add usage of qrcode.js
...
- Display qrcode in Privacy page
2024-03-18 16:24:40 +02:00
ea907db5de
Add example for fetching and displaying data from database
...
- Privacy.cshtml shows random items from postgres
- Proper tables names in DataAccess sql strings
2024-03-13 16:27:42 +02:00
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