Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 744 Bytes

MockEbay; A web app in PHP & SQL

alt text

To install this web application on your local machine

  • Restore the database by creating a database and importing the mockebay.sql file into it. The database user specified in the sql file is webuser@localhost. Change the user to match you own credentials in the file or create a new user called webuser for the database.
  • Change the database credentials in the db_credentials.php file in the private folder to match your username, password and database name.
  • Run the application in localhost e.g. if using MAMP/WAMP - copy code into htdocs.