Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 640 Bytes

laravel_todo_fullstack

A very simple 'Todo Application' using Laravel

  1. Backend: An admin panel (Creating and Adding Todos)
  2. Frontend: User panel (a login user can view his todos mark one he finished)

Version

1.0.0

Database

The sql dump is in: /laravel.sql

Docs

  1. An 'admin' can create new tasks and assigned it to the user from 'backend'
  2. User have to click on 'check' button when task is completed. User will have to see the task list with time they assigned and time they completed.
  3. Admin can delete thate completed task from backend

Initially font end shows deosn't need to login, which will be updated soon