A PHP group project to finish wrapping up CSC270
- Download .zip folder
- Extract folders and place it where you want
- Open the folders in Visual Studio 2022
- 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
If you do not have the MySQL database setup you need to have it for this program
- Open MySQL
- Connect to the local host
- Open DatabaseSetup.sql
- Run script
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