Task Managment Software Manage Task Easily.
- First clone this Repo
- Go to Project directory
- Run Composer
composer install - Copy env file
cp .env.example .env - Configure database in .env file
- Create Database
task_management_api - Configure Your Database Connection in .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=task_management_api
DB_USERNAME=root
DB_PASSWORD=
- Run migrate
php artisan migrate - Install npm
npm install - Run npm
npm run dev - Run npm
php artisan serve - Configure Your URL .env
APP_URL=http://127.0.0.1:8000
PUBLIC_PATH=http://127.0.0.1:8000
php version ^8.2
Laravel 12
Vue Js 3
Kazi Arafat Mia
Senior Software Engineer