Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 296 Bytes

README_CANDIDATE.md

File metadata and controls

15 lines (13 loc) · 296 Bytes

Docker setup

docker run --rm -it --volume $PWD:/app composer install
docker run -d --volume $PWD:/app -p 8080:8080 -w /app php:cli-alpine -S 0.0.0.0:8080 -t web web/index.php

Routes

GET /
GET /survey/
GET /survey/:code

Note

The challenge have been done in 11~12h.