Development

Local environment

To import the database into your local environment, download the file below and import it using the phpmyadmin interface.

Download
digitalwave.sql

You can interact with a live copy of this database using the playground. No need to install or import database files locally!

Populating the database

The database file above should contain the tables prefilled with sample data. You can execute SQL queries on the database to play with data.

Visual interface

The interface can be accessed by downloading this file and placing it in the root of your webserver’s directory. It only requires the Store table to function. Make sure to update the database connection details:

name default
host localhost by default
username root by default
password mysql by default
database digitalwave or whatever you called it
Download
index.php

An invalid database connection configuration will crash the interface, by design. Please make sure that your credentials are correct.

Jordan Rodrigues • 2023