Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 746 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 746 Bytes

Parolla - Backend

Install

  • .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

http://127.0.0.1:8000/

API Docs

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

RadKod