# Trainav ## DISCLAIMER - This is very early alpha - Stuff WILL break - I am not responsible if some DB guy comes knocking on your doorstep if you use this or this software creates any kind of other damages - Most importantly: have fun. ## Development / testing requirements - .NET Core SDK (version 6.0 or higher; arch package `dotnet-sdk`) - ASP.NET Core Runtime (version 6.0 or higher; arch package `aspnet-runtime`) - Redis instance running on localhost - `cd trainav.web` - Generate a random string (or use something else) and save it to `regkey.txt` to allow registrations - `dotnet run`