Versions Compared

Key

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

...

  • 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

  • Find the Gradle menu on the right side of the screen: src > Tasks > application > bootRun

Running the Frontend

  • If it is your first time running the application, do npm install in the webapp repository
  • npm start

Accessing Database Through Command Line

...

  • AVOID DOING THIS UNLESS IT IS ABSOLUTELY NECESSARY
  • IntelliJ has this really cool built-in database viewer if you need to view the tables
  • If you need to update the database manually, write a script so FlyWay can keep track of it
  • docker exec -it -launchfinance mysql -uroot -pPASSWORD