Task - abedalzain/task GitHub Wiki

  1. Download the code of Laravel instance
  2. Up and Running the code.
  3. Connect to Tokeet API using the following Documentation:
  1. Create/Update/Delete/View for the Task Resource:
  • Connect to the API and manage task resource
  • Design DB based on task resource fields (payload coming from the API).
  • Create CRUDS (stick to the template)
  1. Create new Page Name it Dashboard.
  2. Design widget on page Dashboard (like the pane attached the mockup).

Hint: run this command php artisan key:generate