Scheduler is a project management tool, that helps to track the project and task progress.
1.Run `git clone 'link projer github'
2.Run composer install
3.Run cp .env.example .env or copy .env.example .env
4.Run php artisan key:generate
5.Run php artisan migrate
6.Run php artisan serve
7.Go to link localhost:8000
Run npm install
Run npm run dev
DB_DATABASE=your database name
DB_USERNAME=your database username
DB_PASSWORD=your database password