abrardev99 / todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Project

  • First, clone project by using git clone https://github.com/abrardev99/todo.git
  • Copy .env.example file using cp .env.example .env and setup database.
  • run composer install

Seed initial data for testing purposes.

run php artisan migrate --seed. this will seed one user and few todos.

  • User credentials Email: user@demo.com Password: password

Testing

  • Postman collection

Run in Postman

  • I wrote feature tests. 2 reason, 1: I have enough time, 2: I feel bored by manual testing. Run phpunit to execute automatic tests. test.png

Note

For testing purpose, I'm sending mail to log driver for testing purposes.

About


Languages

Language:PHP 85.8%Language:Blade 13.6%Language:Shell 0.6%