A social networking app for internal employees.
The app will primarily be using PHP, Apache, and MySQL with some CSS and JS.
- Install XAMPP or MAMP and run the web server. Make sure both Apache and MySQL are running and configured. For profile images, you need to enable the GD extension in XAMPP as shown in this guide.
- Locate the
htdocsfolder that your Apache server is referencing. Either edit theindex.phpfile in that folder to point to the repo or paste the source PHP files into the folder. - Make sure you update the database credentials in
funcions.phpto point to your MySQL server. - Run
setup.phpto create tables used by this app.