Backend for web app.
Web app presents quiz, where users guess city objects on photo.
- Register or login.
- Choose liked test and try to guess it.
- Score points for right answers.
- Upload your own tests and after moderation users can answer and estimate it.
- Backend on PHP (Symfony)
- DB Postgresql
- Webserver and cache proxy Nginx
- Queue on Redis
- Storage Minio
- Image resizer imgproxy
- Frontend on Vue
- WebSocket server on Ratchet
- Auth via JWT LexikJWT
- Moderation based on finite state machine (Symfony Workflow)
- Tests on Codeception
