From c1e963c88663c8e57d4c622088b8b1dbc7f2500b Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Sun, 9 Apr 2023 01:29:24 +1000 Subject: [PATCH] doc: added a README.MD file --- README.MD | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..c303d5c --- /dev/null +++ b/README.MD @@ -0,0 +1,13 @@ +# Gaseous Server + +This is the server for the Gaseous system. All your games and metadata are stored within. + +## Requirements +* MySQL Server 8+ + +## Third Party Projects +The following projects are used by Gaseous +* https://dotnet.microsoft.com/en-us/apps/aspnet +* https://github.com/JamesNK/Newtonsoft.Json +* https://www.nuget.org/packages/MySql.Data/8.0.32.1 +* https://github.com/kamranayub/igdb-dotnet