Versions Compared

Key

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

...

Connect Docker with IntelliJ

  • Navigate to Preferences > Build, Execution, Deployment > Docker
  • Connect to Docker daemon with: Docker for [your OS here]
  • Wait for the message Connection Successful
  • There should be a new tab called Services should launch at the bottom, wait for it to connect. You should be able to see the list of Docker containers

Connect to the MySQL Database

  • Open the Database tab on the right
  • Add a Datasource > MySQL
  • User: root
  • Password:PASSWORD (Contact admins for password)
  • Database: launchfinance
  • Test Connection


Running the Backend


Running the Frontend

...

Accessing Database Through Command Line


Drop here!