Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yessenali-yerkebulan/task-list-laravel

Task Management App
https://github.com/yessenali-yerkebulan/task-list-laravel

alpinejs docker laravel10 mysql php82 tailwindcss

Last synced: 1 day ago
JSON representation

Task Management App

Awesome Lists containing this project

README

        

## Task list laravel 10

Just simple task manager app

    Used Technologies:
  • Laravel 10

  • PHP 8.2

  • MySQL

  • Docker

  • Alpine.js

  • TailwindCSS


    Laravel Features:
  • Routes

  • Models

  • Blade Templates

  • Pagination

  • Factories and Seeder to generate data

  • CRUD

  • Flash Messages

  • Migrations


To setup project run in CLI:

Clone Project:

```sh

git clone https://github.com/Yessenali-Yerkebulan/task-list-laravel.git

```

Go inside project directory:

```sh

cd task-list-laravel

```

```sh

composer install

```

```sh

cp .env.example .env

```

```sh

php artisan key:generate

```

```sh

php artisan migrate

```

after migration command select yes option to create database schema

run application:

```sh

php artisan serve

```

Main page

Edit task page

Single task page