Node.js: v22 (minimum)
Docker: Ensure Docker is installed and running on your system.
Follow these steps to start the QCG application:
npm run docker-dev
Once the application is running, access it in your browser at:
docker --version
docker-compose --version
SequelizeConnectionRefusedError
). This can happen if the application tries to establish a connection before the database service is fully initialized. In such cases, these messages are expected during startup and should stop appearing once the database is ready. Simply wait a few moments and the application should recover automatically.