⭐ Composer dependency manager
⭐ MVC Architecture
⭐ Apache secure routing
⭐ RAWG API usage for getting video game data
⭐ MariaDB with custom stored procedures
Install xampp
Clone this repository inside xampp's htdocs
git clone https://github.com/lastra-dev/games-cryteria.git
Install dependencies with
php composer.phar install
Import database using db_template.sql.
Use .env.example to create a .env file and change its values
RAWG_KEY="abc123" DB_PASS="abc123"
Run your xampp instance and go to http://localhost/games-cryteria/
Copyright © Games Cryteria - Released under the MIT License