/Games-PHP-Library

This is a PHP project connecting to MySQL for CSC270 class group project

Primary LanguagePHP

Games PHP Library

A PHP group project to finish wrapping up CSC270

INSTALLATION

  1. Download .zip folder
  2. Extract folders and place it where you want
  3. Open the folders in Visual Studio 2022
  4. Create a .env file with your MySQL database credentials Needed variable names
    DB_USER=root
    DB_PSWD=[DATABASE PASSWORD]
    DB_SERVER=localhost
    DB_NAME=GamesDatabase
    

Setting up the database

If you do not have the MySQL database setup you need to have it for this program

  1. Open MySQL
  2. Connect to the local host
  3. Open DatabaseSetup.sql
  4. Run script

Once setup

If you have finished the previous steps you can run the program and see everything in the database in the games tag at the top