This web application can generate sheets of simple mathematic question with your choice of generator criteria and calculated answer. Our web application is here to take care of the math problem generating so you can concentrate on the math problem solving.
- PHP 8.0
- Composer
- Docker
- Clone project from github
- Run
composer install
- Copy .env.example file and rename it to .env and Setup database users
- Run
php artisan key:generate
- Then start website using command
./vendor/bin/sail up
- Migrate database using
php artisan migrate
- Access website via http://localhost/
The APQ is open-sourced software licensed under the MIT license.