Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 640 Bytes

File metadata and controls

20 lines (16 loc) · 640 Bytes

Database

Table of Contents

Description

This is the database of the project. It is a MySQL database that stores all the data for the project.

Installation

To set up and run the database, follow these steps:

  1. Open MySQL Workbench and connect to your MySQL server.
  2. Import the database:
    • Open database/schema.sql and execute the script.
    • Open database/data.sql and execute the script.
  3. Verify that the database and tables have been created successfully.

Structure

Database Schema Overview