Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Make sure Docker is running
    • docker run hello-world
  • Create a MySQL container
    • docker pull mysql/mysql-server:latest
    • docker run -p 3306:3306 --name launch-finance -e MYSQL_ROOT_PASSWORD=PASSWORD PASSWORD -d mysql (Contact admins for password)
  • Open up Docker Dashboard and start the container
Drop here!

Connect Docker with IntelliJ


Connect to the MySQL Database


Running the Backend


Running the Frontend


Accessing Database Through Command Line