/task-mgmt-app

Simple task management system that allows users to add, edit, and delete tasks with User Authentication.

Primary LanguagePHP

Laravel and Vue (Task Mangement System)

Follow steps

  1. After cloning the repository, Run composer install to install all php dependencies.
  2. Run npm install to install node_modules
  3. Copy .env.example tp .env file and update environment variables.Then run php artisan migrate to create all table.
  4. Run php artisan key:generate if no app key is there in env.
  5. Run npm run build to create build for production.
  6. Run php artisan serve to locally serve application.