- docker and docker-compose will be required for running application.
- Make sure that you install both of them specific to your OS and version (Linux, Windows, Mac)
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