A shitty PHP website for keeping track of your gaming inventory
This repository has been archived on 2026-07-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • PHP 83.1%
  • CSS 15.2%
  • HTML 1%
  • JavaScript 0.7%
Find a file
2022-04-04 16:55:39 +02:00
.idea Uploading all new Files 2022-03-12 15:20:33 +01:00
css Bug Fixes and minor Changes 2022-03-18 20:41:55 +01:00
doc Uploading all Files 2022-02-21 16:55:16 +01:00
fonts Uploading all Files 2022-02-21 16:55:16 +01:00
icons Uploading all new Files 2022-03-01 13:23:32 +01:00
img Add new Covers 2022-03-20 12:39:29 +01:00
js Uploading all Files 2022-02-21 16:55:16 +01:00
php Add new Entries 2022-03-20 12:43:38 +01:00
.editorconfig Uploading all Files 2022-02-21 16:55:16 +01:00
.gitattributes Uploading all Files 2022-02-21 16:55:16 +01:00
.gitignore Uploading all Files 2022-02-21 16:55:16 +01:00
.htaccess Uploading all Files 2022-02-21 16:55:16 +01:00
404.html Uploading all new Files 2022-03-18 13:00:51 +01:00
browserconfig.xml Uploading all Files 2022-02-21 16:55:16 +01:00
favicon.ico Uploading all new Files 2022-02-25 11:34:49 +01:00
humans.txt Uploading all Files 2022-02-21 16:55:16 +01:00
icon.png Uploading all new Files 2022-02-25 11:34:49 +01:00
LICENSE.txt Uploading all Files 2022-02-21 16:55:16 +01:00
mgl.sql Updated Database 2022-03-20 12:31:07 +01:00
package-lock.json Uploading all Files 2022-02-21 16:55:16 +01:00
package.json Uploading all Files 2022-02-21 16:55:16 +01:00
README.md Update README.md 2022-04-04 16:55:39 +02:00
robots.txt Uploading all Files 2022-02-21 16:55:16 +01:00
site.webmanifest Uploading all Files 2022-02-21 16:55:16 +01:00
tile-wide.png Uploading all new Files 2022-02-25 11:34:49 +01:00
tile.png Uploading all new Files 2022-02-25 11:34:49 +01:00

Was ist "MyGamesList"?

MyGamesList ist ein Prototyp einer Website zur Verwaltung von Videospielen. Ein Nutzer kann hierbei auf einer eigenen Liste Spiele aus der Datenbank nach Status ("am Spielen", "abgeschlossen", ...) einstellen. Da dieses Projekt im Rahmen eines Schulprojektes entstanden ist, beschränken sich die Funktionalitäten momentan noch auf das Nötigste.

Installation

Die SQL-Datenbank für die Website kann über "mgl.sql" in ein Datenbanksystem auf einem Server importiert werden. Unter Umständen müssen Parameter für die Verbindung zwischen PHP und Datenbank in "php/connection.php" geändert werden, je nach Einstellungen des Servers.