ngure1 / FlickFinder

A movie shop database management project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlickFinder

USAGE FOR DOCKER USERS

  1. Run the following command to pull the mysql image
docker pull mysql
  1. After the image is pulled run the following command to start the container.You can change the your_secret_password to be any password you like
docker run --name movie-shop-server -e MYSQL_ROOT_PASSWORD=your_secret_password -p 33061:3306 -d mysql
  1. Connect the container to the software you'll be using (mysql workbench or azure data stuio or vs code). Make sure to use the following configurations host:localhost port:33061 username:root
  2. Finally run the commands in db_compilation.sql ...the database will be fully set up. 💥 happy hacking!!

About

A movie shop database management project.