Planner - app that helps you organize your tasks
.env.example
.env
composer install
php artisan key:generate
php artisan jwt:secret
php artisan migrate
npm install
npm run prod