Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 756 Bytes

Instructions for Running PHP Code Efficiently

  1. Install XAMPP Application

  2. Create a Database

    • Open phpMyAdmin from the XAMPP control panel.
    • Create a database with the name josaa.
  3. User Setup

    • Set the following credentials:
      • Username: Thanish@localhost
      • Password: Thanish@123
    • Grant all privileges over the josaa database to the above username.
  4. Import the Database

    • Import the josaa.sql file provided into the josaa database.

Note: Ignore the Jupyter notebooks found in this folder. They are for documentation purposes, showing how web scraping was done to gather the data.