sql-my-launch-steps A hands-on project following Fireship's MySQL tutorial. Setup Install MySQL. Run the SQL files in order: mysql -u root -p < sql/schema.sql mysql -u root -p < sql/data.sql