The quickest way to get started is with Docker, Docker Compose and this template
It is assumed that you already have Docker with Compose already installed. This template was tested against Docker CE - 20.10.21
git clone --depth 1 [email protected]:bwks/shazam-starter.git <project-name>
cd <project-name>
rm -rf .git
APP_NAME="<UPDATE>";
APP_OWNER="<UPDATE>";
APP_OWNER_EMAIL="<UPDATE>";
bin/dev init
bin/dev up