# Trainav ## DISCLAIMER - This app uses the `Remote-User` header for authentication. For production use an auth proxy like Authelia is required. In development mode the user is set to `debuguser` by default. This can be changed in `AuthUtil.cs`. ## Development / testing requirements - .NET Core SDK (version 7.0 or higher; arch package `dotnet-sdk`) - ASP.NET Core Runtime (version 7.0 or higher; arch package `aspnet-runtime`) - `cd trainav.web` - `dotnet run`