Skip to content

shazeedul/task-flow-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Install

Step 1: Install Dependencies

Before installing the this project, we need to make sure that our system has all the required dependencies installed. We will need to install the following dependencies:

  • PHP 8.2 or higher
  • Composer
  • Node.js
  • NPM
  • git

Step 2: Clone This app

To clone the app, following command:

git clone https://github.com/shazeedul/task-flow-test.git

Step 3: Go To project directory and composer install

  • first go to the project directory
cd task-flow-test
  • Then copy the .env.example file to .env
cp .env.example .env
  • Then install composer and npm install
composer install && npm install && npm run build
  • then publish assets
php artisan storage:link

Step 5: Config your database and assine to .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=task_flow
DB_USERNAME=root
DB_PASSWORD=
  • then migrate and seed
php artisan migrate:fresh --seed

Step 6: Now setup asset link by artisan command

php artisan module:asset-link

Step 7: Now visit the project

http://task-flow-test.test

Docker Step

Step 1: Container UP and Build

docker compose up -d --build

Step 2: NPM install

docker compose exec app npm install

Step 3: Migrate Fresh with Seed

docker compose exec app php artisan migrate:fresh --seed

Security Vulnerabilities

If you discover a security vulnerability within This Project, please send an e-mail to Syed Shazeddul Islam via [email protected]. All security vulnerabilities will be promptly addressed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published