Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 722 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 722 Bytes

AProject

A PHP website designed for users to showcase their own projects on the site

Running the project

To run the project, you will need to have a web server running on your machine.

  1. Clone the repository to your machine
  2. Place the repository in the htdocs folder of your web server
  3. Start the web server
  4. Copy example_config.php to config.php and fill in the necessary information
  5. Import APRoject-Example.sql into your database
  6. Open your web browser and navigate to localhost/AProject to view the website