From c3b2d5e15f049e8fd40f3b74896df94ed570ba2a Mon Sep 17 00:00:00 2001 From: Theresa Date: Tue, 5 Mar 2024 11:55:46 +0100 Subject: [PATCH] Update README.md Basic readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b861c..33ac273 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# TestBlazorApp \ No newline at end of file +# 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. \ No newline at end of file