Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 476 Bytes

File metadata and controls

26 lines (18 loc) · 476 Bytes

In the name of kindly generous ALLAH
Thanks ALLAH

#Todo
#Laravel


You can handle your own todos & categories

You can filter the list of todos base of their categories

This supports CRUD (Create, Read, Update, Delete)
Two resources now there are :
    1.Todo
    2.Category

Main database : mysql
Main language : php

You can migrate all migartions plus seeding

php artisan migrate:fresh --seed

you can serve in local server via

php artisan serve