This is a simple Symfony 5 application that allows users to take a quiz and get a score at the end.
- Clone the repository
- Duplicate the
local.env
file and rename it to.env
- Replace the
DATABASE_URL
value with your database credentials - Replace the
MAILER_DSN
value with your mailer credentials - Replace the
TWILIO_DSN
value with your Twilio credentials - Run
composer install
- Run
symfony console doctrine:database:create
(remove the existed database or rename it) - Run
symfony console make:migration
- Run
symfony console doctrine:migrations:migrate
- Run
npm install
- Run
npm run build
- Run
symfony serve
- Visit http://localhost:8000 in your browser
- Enjoy!