View your tickets and plan future trips
This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Laura Hausmann 5af057bc75
Update gitignore
2020-06-12 18:19:29 +02:00
bahnplan.web Update README; add delete confirmation page; code cleanup 2020-06-12 18:19:29 +02:00
.gitignore Update gitignore 2020-06-12 18:19:29 +02:00
LICENSE Public release 2020-06-12 18:19:28 +02:00
README.md Update README; add delete confirmation page; code cleanup 2020-06-12 18:19:29 +02:00
bahnplan.sln Public release 2020-06-12 18:19:28 +02:00

README.md

bahnplan.web or DBNav2

  • Copy database.db.example to database.db
  • Generate a random string (or use something else) and save it to regkey.txt to allow registrations

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 3.1.3 or higher; arch package dotnet-sdk)

  • ASP.NET Core Runtime (version 3.1.3 or higher; arch package aspnet-runtime)

  • cd bahnplan.web

  • dotnet run