- .env.example copy -> .env
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
composer update
npm install
php artisan serve
login, -u admin -p admin
method | endpoint | detail |
---|---|---|
get |
api/v1/alphabet |
retrieve all alphabet. |
get |
api/v1/questions |
Retrieve all questions. |
See Front-End Development Repository: https://github.com/RadKod/parolla
CREATED BY