git clone https://github.com/dssudake/AudMIX.git
cd AudMIX
# Build the latest images
docker-compose build
# Start the application
docker-compose up
or
# Add -d flag to run everything in the background
docker-compose up -d
Then you can hit http://localhost:3000 in your browser to view frontend and access backend with http://localhost:8000