A Reddit clone for school project with a retro gaming theme. This project is written in plain non-object oriented PHP and vanilla Javascript.
- PHP 7.0.9^ (built on this version, but untested on previous versions)
- Clone the repository from Github.
- Import the kajes_linkify.sql database dump into your MySQL instance. The database should create itself, so no need for manually creating any database before import.
- Make sure you have the correct ports and credentials for your database in the resources/lib/database.php file at the top.
- Navigate your browser to the projects root folder and you should be set.