Skip to content

School project: Web Application with PHP, OOP, PDO & MySQL + AJAX

License

Notifications You must be signed in to change notification settings

jasylingling/findmysong

Repository files navigation

Web Application - 🎵 Find my song! 🔍

Autor: Jasmin Fischli 🌈

Version: 1.0.0


Wichtige Informationen für die Benutzung und Installation der Web Application "Find my song!":


🗄 DATENBANK
Die Zugangsdaten zur SQL-Datenbank befinden sich unter model/Db.php. Gegebenenfalls müssen die Angaben wie DB-Passwort angepasst werden:

protected $dbHost = 'localhost'; /** Database Host */
protected $dbUser = 'root'; /** Database Root */
protected $dbPass = ''; /** Database Password => xampp: {empty} / mamp: root */
protected $dbName = 'findmysong'; /** Database Name */

🔐 LOGIN FÜR DEN REGISTRIERTEN BEREICH

  • Username: testuser
  • Passwort: test123

🤝 ANERKENNUNG

Das Login und Signup System basiert auf https://github.com/learningdollars/stephenilori-php-pdo.

About

School project: Web Application with PHP, OOP, PDO & MySQL + AJAX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published