Versions Compared

Key

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

...

  • Find the Gradle menu on the right side of the screen: src > Tasks > application > bootRun
  • The application will be running on http://localhost:8080/

Running the Frontend

  • If it is your first time running the application, do npm install in the webapp repository
  • npm start
  • The application will be running on http://localhost:3030/

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


Drop here!
Drop here!
Drop here!