rushi7997 / lumen-todos-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo API made with Lumen framework

I haven't used lumen in a long time so this was a really nice refreshment.

to get started you can use the following commands:

php artisan migrate

and then you can use the following commands:

php -S localhost:8000 -t public

The Postman Collection to test todo-api here.

There are few things that I would personally improve on this app

  1. I would make authentication a bit more secure.
  2. I would make test cases more thorough.

About


Languages

Language:PHP 98.8%Language:Shell 1.2%