Skip to content

williamkmp/Taskly

Repository files navigation

Taskly

Project Prerequisite

Below are the requirement for running the project

  • Node, LTS version 18.4.0 or above
  • Composer, version 2.5.4
  • XAMPP, for PHP 8.1.6 and MySQL

Project Setup

  1. Clone Repository and download all dependency

    git clone https://github.com/williamkmp/Taskly.git
    cd laravel-taskly
    composer install
    npm install
    php artisan key:generate
    code .
  2. Download the recomended extension, to view the recomended extension open the command pallete ctr + shift + p, then search for Extensions: Show Recommended Extensions and download all the extensions.

  3. Run xampp and turn on the MySQL server

  4. Configure the project .env by copying the availabel .env.example and change below parameter:

    APP_NAME = Taskly
    
    APP_URL = http://localhost
    
    DB_CONNECTION = mysql
    DB_HOST = 127.0.0.1
    DB_PORT = 3306
    DB_DATABASE = taskly
    DB_USERNAME = root
  5. Run database migartions

    php artisan migrate:fresh
  6. In a seperate terminal run the vite server (for building tailwind css stlye)

    npm run dev
  7. In a seperate terminal run the artisan serve command

    php artisan serve --host='localhost' --port='8000'

Project Dependecies

Below are libraries and devtools included inside the project:

About

Trello clone using Laravel 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published