byfood test case backend

how to start development

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

how to execute question 1

go run funcs/q1/main.go

how to execute question 2

go run funcs/q2/main.go

how to execute question 3

go run funcs/q3/main.go

You'll find the postman collection under docs folder.