Skip to content

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

Notifications You must be signed in to change notification settings

Anshul-code/task-mgmt-app

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published