Hepsiburada case backend

how to start development

# cp example env file and fill it
cp .env.example .env
# run app
make run-dev

that's all!