Skip to content

A web-based statistics viewer for /vg/station, but stronger

Notifications You must be signed in to change notification settings

gbasood/VGStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VGStats

This application is a web-based statistics viewer. It parses statistics generated by the game server and stores the resulting data in a database managed by this application.

This is a (work in progress) rewrite of vgstation-statistics-viewer, but in C# using ASP.NET.

Requirements

  • MySQL/MariaDB server (for development)
  • .NET Core CLI tools

Setting up your development database

  • From the command line, ensure your working directory is the one with VGStats.csproj
  • Then, run dotnet ef database update

Creating a database migration

  • Whenever the database models are changed, you must commit a migration so the production server will know what changes to make. To do so, run dotnet ef migrations add MigrationName, where MigrationName should be a descriptive name. More information on EF Core migrations is available at https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/

About

A web-based statistics viewer for /vg/station, but stronger

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published