Pizza slice distributing website
Find a file
Tea 53e5a0ac25 closes #7
Global message supports markdown using commonmark notation
global message is now input using a TextArea so multiple lines can be
used
2024-04-16 18:51:22 +02:00
PizzaBot closes #7 2024-04-16 18:51:22 +02:00
TestDatabase Add project files. 2024-03-05 11:44:30 +01:00
.dockerignore Add project files. 2024-03-05 11:44:30 +01:00
.gitattributes Add project files. 2024-03-05 11:44:30 +01:00
.gitignore Add project files. 2024-03-05 11:44:30 +01:00
Dockerfile Add project files. 2024-03-05 11:44:30 +01:00
PizzaBot.sln Add project files. 2024-03-05 11:44:30 +01:00
README.md Update README.md 2024-03-05 11:55:46 +01:00

PizzaBot

This is a website we built for our board game nights. It replaces an older website with similar base functionality and improves on it.

Website

The website is built using C# and ASP.NET. Being new to ASP.NET the code quality is naturally quite bad.

Data

The main data is stored in a MySQL database and interfaced with using EF core. Other data, like configurations and logs are saved in text files.