Make sure you have Docker installed on your machine. Then, run the following command to start the application using Docker Compose.
Import the database dump to your MySQL service. Replace your-dump-file.sql with the actual dump file name.
You will be prompted to enter your MySQL password.
After performing the Dump for MySQL you must build docker compose
This command will launch the application in development mode. You can access it at https://localhost in your web-app and https://localhost:8080 to backend.