- Task CRUD system
- PHP (ver >= 8.2)
- Composer (ver >= 2.2.0)
- Git
- MySQL (ver >= 5.7)
-
git clone https://github.com/shoxrux1996/coalition- clone the project -
$ cp .env.example .env- copy .env.example to .env file inside root folder -
$ php artisan key:generate- generate key. -
$ composer install- installing composer packages. -
Create a database in mysql and update DB credentials in .env
-
$ php artisan migrate- migrating task and project tables -
$ php artisan db:seed- seeding Projects and tasks
$ php artisan serve - Starting a local server and go to / url