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

Latest commit

 

History

History
22 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 559 Bytes

The Quizzer!

What is it? An automated quizzer where people can come, answer questions, collect points and compete! This is one of the first projects I've made when started learning Symfony.

The Quizzer

Setup

  1. Clone this repository
  2. $ docker-compose up
  3. $ ./tools/build.sh
  4. Use admin:admin to login into the system

Commands

  1. bin/console email:marketing-send sends marketing emails to users who didn't get an email in the last 30 days

What I used

  1. Symfony 5
  2. Bootstrap
  3. Github actions for CI
  4. PHPUNIT