ochoadev / zapiet-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Please add the corresponding .env with file following the .env.example. in this project.

The project has a seeder file to add 1000 rows as well as the tests required for the API Endpoints and a artisan command.

Artisan Command

php artisan todo:complete Mark as completed all to dos!

Endpoints

The endpoints are in API routes, there are tests for them.

  1. GET /todos
  2. PUT/PATCH /todos/:id

About


Languages

Language:PHP 82.2%Language:Blade 16.5%Language:Shell 0.8%Language:JavaScript 0.5%