Internet-of-things-website

A PHP e-commerce web application.

  1. To set this web application, make sure PHP and PHPMyAdmin is installed on your server.
  2. Next open PHPMyAdmin, create a database and import the iot.sql file. This will generate tables in your database on your server.
  3. Upload all files on your server except for iot.sql.
  4. The login details are as follows : for admin login, e-mail:admin@admin.com password: admin for user/customer, e-mail: a@gmail.com password: adwait.
  5. You can add more users by registering and login using the same credentials.
  6. Open config.php file and add the details of your PHPMyAdmin's id and password to access the database. Now re-upload this file to the server.
  7. Once this is done, go to the url of your website and it should be up and running.

Go ahead and Code.