This is the database of the project. It is a MySQL database that stores all the data for the project.
To set up and run the database, follow these steps:
- Open MySQL Workbench and connect to your MySQL server.
- Import the database:
- Open database/schema.sql and execute the script.
- Open database/data.sql and execute the script.
- Verify that the database and tables have been created successfully.
