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
htdocs
folder that your Apache server is referencing. Either edit theindex.php
file 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.php
to point to your MySQL server. - Run
setup.php
to create tables used by this app.