A PHP website designed for users to showcase their own projects on the site
To run the project, you will need to have a web server running on your machine.
- Clone the repository to your machine
- Place the repository in the
htdocs
folder of your web server - Start the web server
- Copy
example_config.php
toconfig.php
and fill in the necessary information - Import APRoject-Example.sql into your database
- Open your web browser and navigate to
localhost/AProject
to view the website