Task - abedalzain/task GitHub Wiki
- Download the code of Laravel instance
- Up and Running the code.
- Connect to Tokeet API using the following Documentation:
- https://apidocs.tokeet.com/
- API key: 0aad3f53-e918-4ea5-b1fc-08a72670bc9e
- Account Id: 1499700995.4461
- 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)
- Create new Page Name it Dashboard.
- Design widget on page Dashboard (like the pane attached the mockup).
Hint: run this command
php artisan key:generate