- get from repostory git@github.com:DanilaD/laravel-todo.git
- setup .ENV (connect to Db)
- php artisan key:generate
- composer install
- php artisan migrate
- php artisan db:seed
- npm install
- npm run dev
Simple Laravel web application for task management:
- Create task (info to save: task name, priority, timestamps)
- Edit task
- Delete task
- Reorder tasks with drag and drop in the browser. Priority should automatically be updated based on this. #1 priority goes at top, #2 next down and so on.
- Tasks should be saved to a mysql table.
- User can select a project from a dropdown and only view tasks associated with that project.
- Search by name
- E-mail d6174173844@gmail.com
- PHP Developer Danila Dolmatov
- LinkedIn https://www.linkedin.com/in/danila-dolmatov/